mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Mono: Implement stack info for errors and exceptions
This commit is contained in:
@@ -44,6 +44,7 @@ class ScriptDebuggerLocal : public ScriptDebugger {
|
||||
public:
|
||||
void debug(ScriptLanguage *p_script, bool p_can_continue);
|
||||
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<ScriptLanguage::StackInfo> &p_stack_info);
|
||||
|
||||
virtual bool is_profiling() const { return profiling; }
|
||||
virtual void add_profiling_frame_data(const StringName &p_name, const Array &p_data) {}
|
||||
|
||||
Reference in New Issue
Block a user