Hi,
as my plugin become complex with thread management and so on I setup an Pycharm IDE with a local installation of Octoprint on my Windows Laptop instead of testing it on my Pi. But I ask me how at best set a breakpoint to my plugin which is under the AppData folder in windows. As I am new to Python and also Pycharm hopefully you can give me a hint to get the plugin debugging running and also about the project structure with the plugins. I followed the guide here: Setting up a Development environment — OctoPrint master documentation
Actual situation:
- Starting OctoPrint in Pycharm is possible and a debugger could be attached, breakpoint working fine
- Did not know how to set a breakpoint in my plugin?
Cheers,
Nils