Hi,
I’ve been using Python for years and I’m quite used to it.
Today, all of a sudden, when I tried to run a module with the IDLE debugger ‘on’, the ‘Go’ command of the debugger locked the script at the very beginning of the script with no recovery possible.
The ‘Step’ command works quite well but when I decide to continue with ‘Go’, the line locks right where it is, with no recovery possible.
I’ve installed the latest verion of Python (3.13) to no avail.
I’m completly stuck. Can anybody help me please?
Thanks in advance