microsoft / ptvsd

Python debugger package for use with Visual Studio and Visual Studio Code.
Other
548 stars 68 forks source link

VSCode debug console: print expressions no longer have output #2075

Closed kzhui125 closed 4 years ago

kzhui125 commented 4 years ago

previously:

1

now:

2

I see the output goes to terminal, it's very inconvenient.

Especially when I want to see pandas dataframe values (pretty print).

karthiknadig commented 4 years ago

This is same as https://github.com/microsoft/ptvsd/issues/2036.