C
C#4mo ago
KidKai25

No way to back to the Try block?

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