MaulingMonkey / firehazard

Unopinionated low level API bindings focused on soundness, safety, and stronger types over raw FFI.
Other
8 stars 0 forks source link

Thread pause/unpause dance doesn't do what I think it does? #32

Open MaulingMonkey opened 2 years ago

MaulingMonkey commented 2 years ago

https://github.com/MaulingMonkey/firehazard/blob/285fde75ea166fb1dcaa9ccb03f0a7b32544c983/examples/max_sandbox/debugger.rs#L113-L118

debug_active_process_stop may already unsuspend threads, which makes this awkward if we want to attach a proper debugger to the process at this point.