From dd76ba2fe13e086a8891ff43d9d1c7e63275f726 Mon Sep 17 00:00:00 2001 From: Itamar Date: Sat, 20 Nov 2021 13:34:47 +0200 Subject: 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. --- Userland/Applications/CrashReporter/CrashReporterWindow.gml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Userland/Applications/CrashReporter/CrashReporterWindow.gml') diff --git a/Userland/Applications/CrashReporter/CrashReporterWindow.gml b/Userland/Applications/CrashReporter/CrashReporterWindow.gml index 5bf6d547f6..8ebb958222 100644 --- a/Userland/Applications/CrashReporter/CrashReporterWindow.gml +++ b/Userland/Applications/CrashReporter/CrashReporterWindow.gml @@ -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 -- cgit v1.2.3