Hi,
I am working with the dotnet debugger API on windows XP, and when I
finish my debugging session using my own debugger, I have uncleaned
handles. My debugger is still alive and ready for a new debug run.
For instance \BaseNamedObjects\CorDBIPCLSEventReadName_2776
I can't find why thoses handles are not cleaned.
I had a look at the source code of the cordbg example, but I can't find
what I am missing.
Any idea would be welcome
Thanks,
J.
Mei-Chin Tsai - 30 Jun 2004 21:32 GMT
Did you call Detach when you terminate the first debug session? Also, did
you release all of the reference of CordbProcess on debugger side?
Thanks,
Mei-Chin