Search code examples
pythondebuggingpyscripter

is there a way to use the PyScripter python interpreter in debug mode?


I have a script I want to debug that has classes and functions that I want to test interactively in the interpreter window of PyScripter. I'd like to be able to do this in debug mode. Is this possible?


Solution

  • Apparently, pyscripter does not have this capability.