I\'d like to know if it\'s possible to display a pandas dataframe in VS Code while debugging (first picture) as it is displayed in PyCharm (second picture) ?
Thanks for
breakpoint()
attach
when debugging use the debug console to:
display(df_consigne_errors)