Skip to content

0.3.0 - Changed Default Port + Allowed Picking Port

Compare
Choose a tag to compare
@AlansCodeLog AlansCodeLog released this 02 Dec 17:15
· 11 commits to master since this release

The VS Code Python extension (vscode-python) changed their default port from 3000 to 5678 which has caused some connection problems from using the default launch.json configuration it generates. So I have changed the default port accordingly and added the ability to pick it just in case.

If you're new to the addon, it should work out of the box with the default configuration vscode-python creates for Python: Attach / Attach (Remote Debug.

If you've been using the addon for a while, you can either change the port in your launch.json to 5678 or change the addon's port back to 3000.


If you download the add-on from any of the zips attached to a release, please make sure to rename it to blender-debugger-for-vscode-master.zip as the full stops/periods in the version number mess with Blender and will cause the add-on to silently fail installing.