You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/manuals/debugging-game-logic.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Note that you probably want to update this data every frame so posting the messa
38
38
39
39
## Running the debugger
40
40
41
-
To run the debugger, either <kbd>Debug ▸ Run with Debugger</kbd> which starts up the game with the debugger attached, or select <kbd>Debug ▸ Attach Debugger</kbd> to attach the debugger to an already running game.
41
+
To run the debugger, select <kbd>Debug ▸ Start/Attach</kbd> which either starts up the game with the debugger attached or attaches the debugger to an already running game.
0 commit comments