Search code examples
pythonidedebuggingpyscripter

how can I debug more than one script in pyscripter?


I installed portable python on my USB drive, and I really like pyscripter a lot. The thing is, after I start debugging a script, the IDE kind of freezes ( waiting for the code to reach a breakpoint ). This means I can't do anything with it ( I can't even save files ). It would be very useful to be able to debug more than one script at a time.

I even tried starting a new instance of the IDE, but it comes back to the one open. Is there something I can do to be able to debug more than one script at a given time ?


Solution

  • To solve your problem, use Remote Interpreter and Debugger and PyScripter will become much more responsive. Even if something goes wrong, IDE will not crash - just reinitialize remote interpreter and resume working.