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

Debugger: Allow locating VRAM resource by double-clicking

This commit is contained in:
Haoyu Qiu
2025-03-11 09:12:09 +08:00
parent 28102e6682
commit ff903e36a5
2 changed files with 18 additions and 2 deletions

View File

@@ -34,9 +34,9 @@
#include "core/os/os.h"
#include "editor/debugger/editor_debugger_inspector.h"
#include "editor/debugger/editor_debugger_node.h"
#include "scene/gui/button.h"
#include "scene/gui/margin_container.h"
class Button;
class Tree;
class LineEdit;
class TabContainer;
@@ -216,6 +216,8 @@ private:
void _expand_errors_list();
void _collapse_errors_list();
void _vmem_item_activated();
void _profiler_activate(bool p_enable, int p_profiler);
void _profiler_seeked();