Setting a break point on the comment here never break points, but it should stop on the nearest reasonable line.
The line on 63 is never hit in the breakpoint!
Expected behavior: Break point is hit.
Setting a break point on the comment here never break points, but it should stop on the nearest reasonable line.
The line on 63 is never hit in the breakpoint!
Expected behavior: Break point is hit.
Yeah, I think Studio should automatically stop the script at line 65 in this case. Or, like IntelliJ and many other IDEs, prevent you from setting breakpoints on comments at all, and make you set them on actual lines of code.
At the very least, make the feature work or make it obvious that it won’t.