Jump to content
Developer Wiki and Function Reference Links ×

Remote Debug with PyCharm


Recommended Posts

Looking for some help getting remote debugging through PyCharm Pro to work if anybody has experience. As far as I can tell I'm doing everything as needed, but it's just not coming together. I've followed guides as well from PyCharm Remote Debugging and Vectorworks Python Debugging and got some great info from this old post from @MeTheMachine. When I get to the final steps and actually run a script in Vectorworks for the debugger I get an error on the PyCharm side:

 

Quote

Warning: wrong debugger version. Use pycharm-debugger.egg from PyCharm installation folder
Or execute: pip install pydevd-pycharm~=%{0}

 

I'm not sure what the problem is here. All software is current and downloaded today from PyCharm to the pydevd-pycharm library. I've tried to copy the pycharm-debugger.egg file the error says to use into my project environment but I'm either not putting it in the right place or I'm missing something in importing or referencing it in the script. I also attempted to follow the pip command which installs the version it wants, but I still get this error.

 

Anybody have any insights on this issue or recommendations on alternative methods for debugging python scripts with Vectorworks?

 

Screen Shot 2021-03-12 at 9.12.13 PM.png

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...