Auto-debug for python

great IDE! love built-in gpt!
But somehow the “auto-debug” does not work for me.
For a simple python script, i get an error, but the blue button “auto-debug” in the console does not appear?

It should appear after you stop the terminal process and hover over the terminal output block.

solved!!

i had “os.system(‘clear’)” in my python code!
Now it works… it very cool!

1 Like