From 617797c47cac39830282b7ea85fc38eb2d242e19 Mon Sep 17 00:00:00 2001 From: iwek7 Date: Mon, 29 Jul 2019 20:09:22 +0200 Subject: Adds skip-breakpoints feature --- core/script_debugger_local.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/script_debugger_local.h') diff --git a/core/script_debugger_local.h b/core/script_debugger_local.h index 19151d4cb0..b3aed5e358 100644 --- a/core/script_debugger_local.h +++ b/core/script_debugger_local.h @@ -48,7 +48,7 @@ class ScriptDebuggerLocal : public ScriptDebugger { void print_variables(const List &names, const List &values, const String &variable_prefix); public: - void debug(ScriptLanguage *p_script, bool p_can_continue); + void debug(ScriptLanguage *p_script, bool p_can_continue, bool p_is_error_breakpoint); virtual void send_message(const String &p_message, const Array &p_args); virtual void send_error(const String &p_func, const String &p_file, int p_line, const String &p_err, const String &p_descr, ErrorHandlerType p_type, const Vector &p_stack_info); -- cgit v1.2.3