feat(furdb): add break command

This commit is contained in:
2026-08-16 20:01:52 +02:00
parent b3ce4fa0ed
commit a4966a057c
6 changed files with 48 additions and 4 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ struct mod_type {
struct breakpoint {
std::function<void(executor&, void*)> callback;
void* data;
void* data = nullptr;
};
class mod {