mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:07:36 +00:00
HackStudio: Add option to inspect Coredump
This adds a --coredump <file> option to Hack Studio. When used, Hack Studio will open the coredump and allow the user to inspect it in the Debug tab.
This commit is contained in:
parent
ce726fe027
commit
8316eb7306
8 changed files with 72 additions and 19 deletions
|
@ -29,12 +29,11 @@ public:
|
|||
NonnullRefPtr<ProjectFile> create_file(const String& path) const;
|
||||
|
||||
void for_each_text_file(Function<void(const ProjectFile&)>) const;
|
||||
String to_absolute_path(String const&) const;
|
||||
|
||||
private:
|
||||
explicit Project(const String& root_path);
|
||||
|
||||
String to_absolute_path(const String&) const;
|
||||
|
||||
RefPtr<GUI::FileSystemModel> m_model;
|
||||
|
||||
String m_root_path;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue