Explorar el Código

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

* Fixed usage of -path flag when debugging
kellams hace 7 años
padre
commit
65a5860495
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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