debug freeze

  • Thread starter Thread starter Souris
  • Start date Start date
S

Souris

I have an app that it freeze every time when it gets error and I click on
debug.

It can continue if I click on End.

Are there any place I can look in to this?

Thanks millions,
 
Clicking on End stops the code running. If you want it to try to continue,
click on the right arrow button. It is like a little triangle that points to
the right.

Since it errored on that line, it will likely error again. You can use set
next statement from the debug menu and restart on the next line before you
click the continue button.
 
Back
Top