Browse Source

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

* Fixed usage of -path flag when debugging
kellams 6 years ago
parent
commit
65a5860495
1 changed files with 1 additions and 1 deletions
  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