Debugging python scripts

Is it possible to run python scripts destined to be “plugin” script outside of Orthanc? If no then how are we going to debug these things? Thank you for your help!

Hello,

As Python plugins are executed directly by Orthanc, I am not aware of any way to instrument such plugins from an IDE. You’ll have to resort to the good old print()-based debugging.

Sébastien-