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
We plan to support vscode debug visualizer. It sends Evaluate Request to debuggee and we need to return JSON based on vscode debug visualizer protocol. Although current debugger always tries to omit string, we don't want to omit it because JSON may be broken.
Thus, it would be good that we don't omit string when context is repl
I confirmed python debugger behaves the same way.