Macro|Attach to Remote Debugger not working with Visual Studio

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
edwilliams16
Veteran
Posts: 3179
Joined: Thu Sep 24, 2020 10:31 pm
Location: Hawaii
Contact:

Macro|Attach to Remote Debugger not working with Visual Studio

Post by edwilliams16 »

Screen Shot 2021-04-13 at 5.12.15 PM.png
Screen Shot 2021-04-13 at 5.12.15 PM.png (28.31 KiB) Viewed 1118 times
The problem is that ptvsd doesn't come with the Mac package. Perhaps it does with others? Maybe a licensing issue? Installing it with pip, in my case at least, does not install it where FreeCAD can find it. I found a work-around - but I'm sure there must be a better way.
https://forum.freecadweb.org/viewtopic.php?f=4&t=57657

ptvsd is now deprecated in favor of debugpy, but I haven't pursued this.

OS: macOS High Sierra (10.13)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.24276 (Git)
Build type: Release
Branch: (HEAD detached at 0.19.1)
Hash: a88db11e0a908f6e38f92bfc5187b13ebe470438
Python version: 3.8.8
Qt version: 5.12.9
Coin version: 4.0.0
OCC version: 7.4.0
Locale: C/Default (C)
Post Reply