aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorPaulb232016-05-27 15:29:04 +0100
committerPaulb232016-05-27 15:29:04 +0100
commitdaf0ed646f90ed149a45838e5e6ebf9c577672f7 (patch)
treea5ec4f965f45f7fd499fcd1d07b77e4f64aa0b25 /tools/editor/plugins/script_editor_plugin.h
parent9daaa709207adf77eb5cf7c440782eaad3a3f7b2 (diff)
downloadgodot-daf0ed646f90ed149a45838e5e6ebf9c577672f7.tar.gz
godot-daf0ed646f90ed149a45838e5e6ebf9c577672f7.tar.zst
godot-daf0ed646f90ed149a45838e5e6ebf9c577672f7.zip
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 20e0b621c..017d2f026 100644
--- a/tools/editor/plugins/script_editor_plugin.h
+++ b/tools/editor/plugins/script_editor_plugin.h
@@ -151,6 +151,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,