Skip to content

Commit

Permalink
Merge pull request #10293 from tetrapod00/debug-shortcut
Browse files Browse the repository at this point in the history
Fix wrong editor setting in Overview of Debugging Tools
  • Loading branch information
mhilbrunner authored Nov 19, 2024
2 parents 417ddf3 + 7cfe4b8 commit e081912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/scripting/debug/overview_of_debugging_tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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**.

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
the script editor's gutter. This arrow indicates the line of code the debugger
Expand Down

0 comments on commit e081912

Please sign in to comment.