Reproduction Steps
1) Set in scripts to pause “On Unhandled Exceptions” (if not already set) and close Studio:
- Open Studio and create a LocalScript
- Put this to force an error:
a = {}
print(a.b+1)
- Run
Expected Behavior
The debugger should stop at the error line
Actual Behavior
The debugger does not stop at the error line. This started to happen after this:
Workaround
Manually select “On All Exceptions” and then click “On Unhandled Exception” again.
- But if I close Studio and open it again and repeat the process, the problem reoccurs.
Issue Area: Studio
Issue Type: Other
Impact: Moderate
Frequency: Constantly
Date First Experienced: 2023-01-23 00:01:00 (-03:00)