/Blender-VScode-Debugger

Blender Python add-on debugger for Visual Studio Code

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Blender-VScode-Debugger

Side by side

##Blender Python Add-on Debugging Support for Visual Studio Code

Prerequest: PTVSD module should have been installed (using pip to install), also the 'Python' (by Don Jaymanne) plugin of VSCode.

After this add-on installed and activated, press [Spacebar] then search 'connect', select "Connect to Visual Studio Code Debugger" to start forwarding debugging information to VSCode.

In VSCode, configure the debugger to "Remote", then you can start debugging in VSCode.

Inspired by https://github.com/sybrenstuvel/random-blender-addons/blob/master/remote_debugger.py