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'm on VSCode, and when the debugger is running I'd expect to type expressions into the Debug Console and have them evaluated. But anything I type, e.g. "(1+1)" or "(1+1);;", gets printed to the console as is with no evaluation.
Any ideas how to make this work?
The text was updated successfully, but these errors were encountered:
I'm on VSCode, and when the debugger is running I'd expect to type expressions into the Debug Console and have them evaluated. But anything I type, e.g. "(1+1)" or "(1+1);;", gets printed to the console as is with no evaluation.
Any ideas how to make this work?
The text was updated successfully, but these errors were encountered: