1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:47:35 +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:
Itamar 2021-11-20 13:34:47 +02:00 committed by Linus Groh
parent 8316eb7306
commit dd76ba2fe1
2 changed files with 29 additions and 2 deletions

View file

@ -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