"LDD" <(E-Mail Removed)> schrieb
> I haven't switched to release.
>
> The method to change the state of the buttons gets called a few
> times during the download.
> The breakpoints are functional prior to me pressing the abort
> button. When the abort button is pressed, the button states change
> and the window is supposed to stay open. And the breakpoints should
> halt the application.
>
> What does happen is that the states change, and the form closes. So
> the code where the breakpoints are seem to be executing.
If you don't "start without debugging" I don' know why the breakpoints are
not hit.
Somebody once used Ctrl+F5 to do a full compile like in VB6, but this is now
starting without attaching the debugger. Maybe you did this, too, otherwise,
sorry, I can't help here.
Armin
|