1

I've tried a few of the answers provided in the Python Progress Bar question but run into different problems with each one.

Is there a known solution for using the vscode debug console to display progress in Python?

Here's an example of the output I tend to get.

console output

GollyJer
  • 23,857
  • 16
  • 106
  • 174

1 Answers1

0

The debug console does not display control characters that you would use for this (link), which is why the answers on the question you reference don't work.

Elliott Beach
  • 10,459
  • 9
  • 28
  • 41