Hi,
I am trying to debug an application, so I set a break point, and when I
reach it, I want to exit the application by stopping the debugger. However,
it seems that it runs to the end of the method that I am currently in. Can
someone tell me why this happens and how I keep the application from running
any further after I stop the debugger?
Thanks
Yuri
Vadym Stetsyak - 27 Nov 2005 10:05 GMT
How are you stopping debugger?
You can press Terminate, and then debugger will close the debugee
Tools->Debug Processes->Terminate

Signature
Vadym Stetsyak aka Vadmyst
http://vadmyst.blogspot.com
> Hi,
>
[quoted text clipped - 6 lines]
> Thanks
> Yuri