1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

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**.
This commit is contained in:
Paul Joannon
2023-01-23 23:18:03 +01:00
parent 44c0bfc94d
commit c93eec4139
4 changed files with 38 additions and 9 deletions

View File

@@ -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();