Skip to content

Barbarbarbarian/Blender-VScode-Debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages