aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/script_editor_debugger.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-08-04 20:17:13 -0300
committerJuan Linietsky2015-08-04 20:17:39 -0300
commit8280bb0de0737f9149face902db21192a0d98ca8 (patch)
tree0f6d5f0cfe4c41d600f99df8c9e03a611bc74e9c /tools/editor/script_editor_debugger.h
parent09a2de99169e9cf50d00febafad3a6705aa8d88a (diff)
downloadgodot-8280bb0de0737f9149face902db21192a0d98ca8.tar.gz
godot-8280bb0de0737f9149face902db21192a0d98ca8.tar.zst
godot-8280bb0de0737f9149face902db21192a0d98ca8.zip
more debugger fixes
-setting/clearing breakpoints during run-time now works -multi-line strings resulted in wrong line numbers in bytecode, fixed
Diffstat (limited to 'tools/editor/script_editor_debugger.h')
-rw-r--r--tools/editor/script_editor_debugger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/script_editor_debugger.h b/tools/editor/script_editor_debugger.h
index f8e943df9..3c66dde34 100644
--- a/tools/editor/script_editor_debugger.h
+++ b/tools/editor/script_editor_debugger.h
@@ -173,6 +173,8 @@ public:
void live_debug_duplicate_node(const NodePath& p_at,const String& p_new_name);
void live_debug_reparent_node(const NodePath& p_at,const NodePath& p_new_place,const String& p_new_name,int p_at_pos);
+ void set_breakpoint(const String& p_path,int p_line,bool p_enabled);
+
void update_live_edit_root();