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

[3.x] Add option to filter the stack variables of GDScript debugger

This commit is contained in:
Yuri Roubinsky
2022-03-07 13:57:30 +03:00
parent b28eea610c
commit de79e10951
2 changed files with 19 additions and 0 deletions

View File

@@ -159,6 +159,7 @@ private:
LineEdit *vmem_total;
Tree *stack_dump;
LineEdit *search;
EditorInspector *inspector;
Ref<TCP_Server> server;