ソースを参照

Fix debugging-game-logic menu items (#532)

menaechmi 4 ヶ月 前
コミット
131a6bd0f4
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/en/manuals/debugging-game-logic.md

+ 1 - 1
docs/en/manuals/debugging-game-logic.md

@@ -38,7 +38,7 @@ Note that you probably want to update this data every frame so posting the messa
 
 ## Running the debugger
 
-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.
+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.
 
 ![overview](images/debugging/overview.png)