hextant_python_debugger
hextant_python_debugger copied to clipboard
Allows debugging of Blender Python add-ons using Visual Studio Code or Visual Studio 2019 v16.6 or later.
Came across this debugger and started using it. For about two weeks it was working well - I was able to attach to an addon I wrote which was running...
Example: 
Any ideas if it's possible to make debugger server to start automatically with Blender? Tried to call operator from startup script but I guess it won't work this way since...