Stop Debugger --> Event

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
 
C

Chris Tacke, eMVP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top