If you’re using breakpoints in scripts with multiple lines during Run/Play Solo, your line position within the IDE is reset when you exit Run mode
Repro:
- Have long script
- Make breakpoints
- Press Run/Play Solo
- Exit out of Run mode
- Observe Studio resetting your position in each script
Example:
For reference: without breakpoints, your IDE goes back to the line you were previously on when you exit Run mode. It’s very annoying when debugging longer scripts and having my position in the IDE reset each time I wish to step through it with breakpoints in Run mode