C
C#3mo ago
KidKai25

No way to back to the Try block?

No description
3 Replies
KidKai25
KidKai253mo ago
*To go back to the Try{} block again. Do I need to re-run the app?
SpReeD
SpReeD3mo 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 McCheese3mo 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.