소스 검색

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)