Add option to filter the stack variables of GDScript debugger

This commit is contained in:
Yuri Roubinsky
2022-01-12 14:53:32 +03:00
parent d9f6e33663
commit 49db87ab3d
3 changed files with 26 additions and 1 deletions

View File

@ -134,6 +134,7 @@ private:
LineEdit *vmem_total;
Tree *stack_dump;
LineEdit *search = nullptr;
EditorDebuggerInspector *inspector;
SceneDebuggerTree *scene_tree;