Blender Debugger for VS Code is an add-on designed to facilitate remote debugging of Blender with Visual Studio Code (VS Code) and Visual Studio. It is inspired by Blender-VScode-Debugger and a remote_debugger for PyCharm.
Key Features:
Auto-Detection of Python and Debugpy: The add-on can automatically detect where Python is installed and set the path to debugpy if it’s installed.
Debugger Attachment Confirmation: Users are notified when the debugger has successfully attached, enhancing the debugging process.
Compatibility with VS Code and Visual Studio: The add-on supports both VS Code and Visual Studio, making it versatile for different development environments.
Installation and Setup Guidance: Detailed instructions are provided for installing Python, getting debugpy, and setting up the add-on in Blender.
Advanced Usage Options: Includes features like waiting for a client to connect for debugging, running in headless mode, and debugging/editing source code.