mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Add step out to script debugger
This commit is contained in:
parent
d7cc121e64
commit
bc054292d5
6 changed files with 29 additions and 0 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue