mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:37:36 +00:00
CrashReporter: Add "Inspect in Hack Studio" button
This allows the user to open the crash coredump in Hack Studio and inspect it in the Debug tab.
This commit is contained in:
parent
8316eb7306
commit
dd76ba2fe1
2 changed files with 29 additions and 2 deletions
|
@ -82,6 +82,13 @@
|
|||
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Button {
|
||||
name: "inspect_button"
|
||||
text: "Inspect in Hack Studio"
|
||||
fixed_width: 150
|
||||
fixed_height: 22
|
||||
}
|
||||
|
||||
// HACK: We need something like Layout::add_spacer() in GML! :^)
|
||||
@GUI::Widget
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue