mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:48:12 +00:00
HackStudio: Add ability to attach debugger to a running process
This commit is contained in:
parent
eb16513165
commit
ff6fb2cb10
4 changed files with 52 additions and 12 deletions
|
@ -76,6 +76,7 @@ public:
|
|||
};
|
||||
|
||||
void open_coredump(DeprecatedString const& coredump_path);
|
||||
void debug_process(pid_t pid);
|
||||
void for_each_open_file(Function<void(ProjectFile const&)>);
|
||||
bool semantic_syntax_highlighting_is_enabled() const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue