mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +00:00
HackStudio: Detach from debugged process before terminating
Fixes #3308
This commit is contained in:
parent
8ce641cefc
commit
8af67210cf
6 changed files with 63 additions and 37 deletions
|
@ -48,6 +48,7 @@ class HackStudioWidget : public GUI::Widget {
|
|||
C_OBJECT(HackStudioWidget)
|
||||
|
||||
public:
|
||||
virtual ~HackStudioWidget() override;
|
||||
void open_file(const String& filename);
|
||||
|
||||
Vector<String> selected_file_names() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue