[MonoDevelop] Stopping a debug process

Matt Calder mvcalder at gmail.com
Fri Jul 8 13:58:53 EDT 2011


Hi,

I am debugging an application that is relatively long running. It
periodically writes data to disk. If I stop the debugger while one of
those writes is underway, it becomes corrupted and I have to start
over. I am wondering how the debugger "stop" is done, and if it is
possible to catch whatever signal / event is used so that I might make
sure that any write completes before the process dies. If it matters,
I am using MD 2.6 beta 1.

Matt


More information about the Monodevelop-list mailing list