summaryrefslogtreecommitdiffstats
path: root/editor/debugger/script_editor_debugger.h
diff options
context:
space:
mode:
authorPaul Joannon <hello@pauljoannon.com>2023-01-23 23:18:03 +0100
committerPaul Joannon <hello@pauljoannon.com>2023-01-27 10:01:55 +0100
commitc93eec4139a460ed8ef0a1bcf9450d901ba04f7a (patch)
treeaf4e4877234fa6a6cd8a887af3a34d84aef789de /editor/debugger/script_editor_debugger.h
parent44c0bfc94d81e758b39a8ee43df5915d64200ed6 (diff)
downloadredot-engine-c93eec4139a460ed8ef0a1bcf9450d901ba04f7a.tar.gz
Better error display in debugger panel
- Use the right stack frame info as title of the error. - Use the actual C# exception type as error for exceptions raised from C#. - Show the right language instead of always **C++ Error**.
Diffstat (limited to 'editor/debugger/script_editor_debugger.h')
-rw-r--r--editor/debugger/script_editor_debugger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/debugger/script_editor_debugger.h b/editor/debugger/script_editor_debugger.h
index e31b3af3d9..a0c420522a 100644
--- a/editor/debugger/script_editor_debugger.h
+++ b/editor/debugger/script_editor_debugger.h
@@ -210,6 +210,8 @@ private:
void _breakpoint_tree_clicked();
+ String _format_frame_text(const ScriptLanguage::StackInfo *info);
+
protected:
void _notification(int p_what);
static void _bind_methods();