C
C#10mo ago
KidKai25

No way to back to the Try block?

No description
3 Replies
KidKai25
KidKai25OP10mo ago
*To go back to the Try{} block again. Do I need to re-run the app?
SpReeD
SpReeD10mo ago
Only when you use recursion in the catch, which actually is a bad-practice. It depends on what you're trying to do.
Mayor McCheese
Mayor McCheese10mo ago
You can in theory move the current pointer while debugging, and you don't have to restart the app. I forget all the rules tbh.

Did you find this page helpful?