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.
 

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

Back
Top