You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Merge pull request #97758 from TsFreddie/debugger-stepout
Add step out to script debugger
This commit is contained in:
@@ -47,6 +47,7 @@ DebuggerEditorPlugin::DebuggerEditorPlugin(PopupMenu *p_debug_menu) {
|
||||
|
||||
ED_SHORTCUT("debugger/step_into", TTRC("Step Into"), Key::F11);
|
||||
ED_SHORTCUT("debugger/step_over", TTRC("Step Over"), Key::F10);
|
||||
ED_SHORTCUT("debugger/step_out", TTRC("Step Out"), KeyModifierMask::ALT | Key::F11);
|
||||
ED_SHORTCUT("debugger/break", TTRC("Break"));
|
||||
ED_SHORTCUT("debugger/continue", TTRC("Continue"), Key::F12);
|
||||
ED_SHORTCUT("debugger/debug_with_external_editor", TTRC("Debug with External Editor"));
|
||||
|
||||
Reference in New Issue
Block a user