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
I've noticed that if I F5 the script (or use the Play button on the debug pane) and it doesn't have any breakpoints set, the status bar turns orange, but it seems like the execution doesn't start actually (at least nothing is being spit out to the Debug console). If I do put a breakpoint (even if it's not active) the script does run as expected. Is that something wrong with my instance or that's a known issue?
The text was updated successfully, but these errors were encountered:
This will be fixed in the upcoming 0.6.0 release. Basically the debug protocol changed slightly in VSCode 1.0 and that broke the 0.5.0 release. Duplicate of #151
I've noticed that if I F5 the script (or use the Play button on the debug pane) and it doesn't have any breakpoints set, the status bar turns orange, but it seems like the execution doesn't start actually (at least nothing is being spit out to the Debug console). If I do put a breakpoint (even if it's not active) the script does run as expected. Is that something wrong with my instance or that's a known issue?
The text was updated successfully, but these errors were encountered: