Clicking button twice to debug newbie

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi,

Does anyone know why I have to click twice to be able to
debug? My button is running AtServer I don't understand?

John
 
hi,
the behaviour you describe isn't normal - eg you
shouldn't have to click a button twice if you've set a
breakpoint on the button-click event.
I suggest examining closely where you've placed your
breakpoint - does the code definitely get hit on the
first click?

alex
 
No it doesn't it only gets hit on the second click, I am
calling a 3rd webservice service as part of this call, but
my breakpoint is before this, is it an async problem?
 
Back
Top