https://bugs.winehq.org/show_bug.cgi?id=46155
--- Comment #21 from Jinoh Kang jinoh.kang.kr@gmail.com --- 1. I don't think bypassing the entire exception handling mechanism and calling start_debugger_atomic is a good idea. Ideally, we should clone how modern Windows handle unhandled exceptions, which is to move the Just-in-time debugger invocation *out of* the faulty/corrupted process.
2. RaiseFailFastException is testable. You can take a look at how I tested __fastfail() at https://source.winehq.org/patches/data/221794 and maybe use it. Testing Watson invocation would require editing the registry, but it still is testable.