Help, I need to debug an AddOn in real-time (installed & run from Blender.)
While I am an experienced programmer in several languages, Python is not one of them.
I’m trying to fix an AddOn written by someone else. Released as a Beta, the creator is no longer around to finish the job.
The AddOn is active from the moment Blender starts (adding a new Tab to the left margin), so placing “debugger” commands at the top of the script only crashes Blender.
If only I could set breakpoints and view the contents of variables the way I do with Visual Studio, I’d be set. :eyebrowlift:
Any advice is appreciated.