Stop Debugger --> Event

  • Thread starter Thread starter verenadoll
  • Start date Start date
V

verenadoll

Hello NG,

want event is fired, if the i stop the debugger in visual studio. I
have a
project, which uses a barcodereader. in the load event i initialize
the
barcodereader and everything works fine on my device (MC5590).

If i stop the debugger the application hangs on the device, because
the
barcodereader-object was not disposed. So i need to catch the event,
if the
debugger stops.

Can anyone help me?

Regards, Verena
 
There is no such event. Generally speaking, when I have a scenario like
this I add a button tot he app's form that will disconnect and I clikc it
before stopping the debugger.

-Chris
 
Back
Top