Skip to content

Releases: AlansCodeLog/blender-debugger-for-vscode

2.2.1 - Minor debugpy finder fix.

20 Dec 22:36
Compare
Choose a tag to compare

DO NOT download the addon from here! Use the Clone or Download button.

This is because blender has a problem with the periods in the name from the version number. It used to be you could rename the zip, but this no longer works, you'll get an error when you try to enable the addon. The only fix is to go where the addon was installed and rename the folder there.

2.2.0 - Improved Debugpy path finder

19 Jun 18:12
Compare
Choose a tag to compare

Addon will now attempt to find debugpy by using pip show debugpy first.

DO NOT download the addon from here! Use the Clone or Download button.

This is because blender has a problem with the periods in the name from the version number. It used to be you could rename the zip, but this no longer works, you'll get an error when you try to enable the addon. The only fix is to go where the addon was installed and rename the folder there.

2.1.0 - Improved Headless Debugging

19 Jun 18:10
Compare
Choose a tag to compare

Command now takes waitForClient option. See readme for more details.

DO NOT download the addon from here! Use the Clone or Download button.

This is because blender has a problem with the periods in the name from the version number. It used to be you could rename the zip, but this no longer works, you'll get an error when you try to enable the addon. The only fix is to go where the addon was installed and rename the folder there.

2.0.0 - Switch to Debugpy

26 Dec 16:56
Compare
Choose a tag to compare
  • ptvsd is deprecated, it has been replaced by debugpy, see #19
  • Version has been bumped because of this but it should still work with blender 2.8+

DO NOT download it from here! Use the Clone or Download button.

This is because blender has a problem with the periods in the name from the version number. It used to be you could rename the zip, but this no longer works, you'll get an error when you try to enable the addon. The only fix is to go where the addon was installed and rename the folder there.

1.0.1 - Updated Readme for 2.9 + Minor Fix

19 Nov 21:14
Compare
Choose a tag to compare
  • Fix for #17
  • A few documentation updates for 2.9

Mostly just releasing this to confirm 2.9 support.

1.0.0+ all work with both blender 2.8 and 2.9.

1.0.0 - Update for 2.80

28 Sep 19:51
Compare
Choose a tag to compare

Now that blender 2.80 has been released, I have merged the update-to-2.8 branch with master.

If you want to use this addon with 2.79, just download version 0.3.0. Functionality is the same.


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.

0.3.0 - Changed Default Port + Allowed Picking Port

02 Dec 17:15
Compare
Choose a tag to compare

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.

0.2.0 - Support for ptvsd version 4 + Other Improvements

09 Sep 05:23
Compare
Choose a tag to compare
  • Improved python path searching code.
  • Small documentation improvements, see commit.

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.

0.1.1 - Added License

26 Feb 00:42
Compare
Choose a tag to compare