You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 Start hello world project
2 Set process stack trace to true
3) throw exception in try catch block as shown on discord
4) observe how catch is never executed and thread just stops
Expected behaviour
Catch block should be executed regardless process stack trace setting.