Browse Source

Fix wrong editor setting in Overview of Debugging Tools

tetrapod00 8 months ago
parent
commit
eb2a0a003c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/scripting/debug/overview_of_debugging_tools.rst

+ 1 - 1
tutorials/scripting/debug/overview_of_debugging_tools.rst

@@ -223,7 +223,7 @@ The **Break** button causes a break in the script like a breakpoint would.
 a function if possible. Otherwise, it does the same thing as **Step Over**.
 a function if possible. Otherwise, it does the same thing as **Step Over**.
 
 
 The **Debug with External Editor** option lets you debug your game with an external editor.
 The **Debug with External Editor** option lets you debug your game with an external editor.
-This option is also accessible in **Editor Settings > Debugger**.
+You can set a shortcut for it in **Editor Settings > Shortcuts > Debugger**.
 
 
 When the debugger breaks on a breakpoint, a green triangle arrow is visible in
 When the debugger breaks on a breakpoint, a green triangle arrow is visible in
 the script editor's gutter. This arrow indicates the line of code the debugger
 the script editor's gutter. This arrow indicates the line of code the debugger