From 7cfe4b82b1c232e25e9ebbaeed0c2b006d92840a Mon Sep 17 00:00:00 2001 From: tetrapod00 <145553014+tetrapod00@users.noreply.github.com> Date: Tue, 19 Nov 2024 11:58:55 -0800 Subject: [PATCH] Fix wrong editor setting in Overview of Debugging Tools --- tutorials/scripting/debug/overview_of_debugging_tools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/debug/overview_of_debugging_tools.rst b/tutorials/scripting/debug/overview_of_debugging_tools.rst index aef754601d6..e0e13e01b8e 100644 --- a/tutorials/scripting/debug/overview_of_debugging_tools.rst +++ b/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**. 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