mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:27:35 +00:00
HackStudio: Show a backtrace in the debug information tab
This commit is contained in:
parent
b9f0f402f4
commit
1fb62df02a
7 changed files with 152 additions and 9 deletions
|
@ -27,6 +27,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "Debugger.h"
|
||||
#include "LibGUI/ListView.h"
|
||||
#include <AK/NonnullOwnPtr.h>
|
||||
#include <LibGUI/Model.h>
|
||||
#include <LibGUI/Widget.h>
|
||||
|
@ -43,6 +44,6 @@ public:
|
|||
private:
|
||||
explicit DebugInfoWidget();
|
||||
|
||||
RefPtr<GUI::TreeView> m_info_view;
|
||||
RefPtr<GUI::TableView> m_backtrace_view;
|
||||
RefPtr<GUI::TreeView> m_variables_view;
|
||||
RefPtr<GUI::ListView> m_backtrace_view;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue