Reputation: 47
I'm trying to write a debugger.
My problem is, debuggee windows is left open even after the ExitProcess in it is called. Debugger receives EXIT_PROCESS_DEBUG_EVENT, but debuggee window is still visible and does not react to anything. It does goes away with the closing of debugger though.
What can be the cause of this?
Upvotes: 0
Views: 97
Reputation: 47
Just as RbMm said, "faster of all you not call ContinueDebugEvent on EXIT_PROCESS_DEBUG_EVENT"
RbMm, copypaste your answer as answer if you care about reputation, I'll accept it.
Upvotes: 1