Sfoglia il codice sorgente

Fixed usage of -path flag when debugging (#1803)

* Fixed usage of -path flag when debugging
kellams 6 anni fa
parent
commit
65a5860495
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      development/cpp/introduction_to_godot_development.rst

+ 1 - 1
development/cpp/introduction_to_godot_development.rst

@@ -37,4 +37,4 @@ Or:
 .. code:: bash
 
     $ gdb godot
-    > run -e -path ~/myproject
+    > run -e --path ~/myproject