aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde2016-05-29 18:35:07 +0200
committerRémi Verschelde2016-05-29 18:35:07 +0200
commita2fee794591c09be9f1c625eee0df60977fb1e95 (patch)
treec96a70060d5daac0089535791c7a73c09f2cefca /tools/editor/plugins/script_editor_plugin.h
parente8d5ff5169a5a2813cfea75568a12fef50d7eadf (diff)
parentdaf0ed646f90ed149a45838e5e6ebf9c577672f7 (diff)
downloadgodot-a2fee794591c09be9f1c625eee0df60977fb1e95.tar.gz
godot-a2fee794591c09be9f1c625eee0df60977fb1e95.tar.zst
godot-a2fee794591c09be9f1c625eee0df60977fb1e95.zip
Merge pull request #4843 from Paulb23/breakpoints_next_prev_and_remove_issue_1690
Added, goto next and previous breakpoint and remove all, issue 1690
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.h')
-rw-r--r--tools/editor/plugins/script_editor_plugin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.h b/tools/editor/plugins/script_editor_plugin.h
index c6610a020..cbcfd9a77 100644
--- a/tools/editor/plugins/script_editor_plugin.h
+++ b/tools/editor/plugins/script_editor_plugin.h
@@ -152,6 +152,9 @@ class ScriptEditor : public VBoxContainer {
SEARCH_CLASSES,
SEARCH_WEBSITE,
DEBUG_TOGGLE_BREAKPOINT,
+ DEBUG_REMOVE_ALL_BREAKPOINTS,
+ DEBUG_GOTO_NEXT_BREAKPOINT,
+ DEBUG_GOTO_PREV_BREAKPOINT,
DEBUG_NEXT,
DEBUG_STEP,
DEBUG_BREAK,