hextant_python_debugger icon indicating copy to clipboard operation
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.

Results 3 hextant_python_debugger issues
Sort by recently updated
recently updated
newest added

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: ![image](https://github.com/hextantstudios/hextant_python_debugger/assets/9417531/d8e7ad84-ce12-40fc-8107-3044de92864a)

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...