1
Fork 0
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:
Itamar 2023-02-18 13:14:19 +02:00 committed by Andreas Kling
parent eb16513165
commit ff6fb2cb10
4 changed files with 52 additions and 12 deletions

View file

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