Dear Allplan-Python Community,
I am trying to make few Python Parts Scripts using Visual Studio 2019 and Allplan 2022. I am facing an issue with Visual studio debugging of Python Code. I have seen some similar issues related debugging of Python code but previous questions related to ptvsd and it's versions. Now the ptvsd has changed to Debuguy. I have downloaded the latest Debugpy from the below link
Debugpy: https://pypi.org/project/debugpy/
Installed the Debugpy files in the /prg/Python folder as shown in the attachment image.
Then i tried to attach the process using Python remote(debugpy).
I have tried with few connection targets mentioned below
1. tcp://192.168.29.124:5678/
2. tcp://PythonParts@127.0.0.1:5678/
3. tcp://PyhonParts@localhost/
4. tcp://localhost:5678/
5. tcp://PythonParts@localhost:5678/
Nothing worked. I have seen the error as shown in the error image in the attachments. I am not sure what is missing and what is causing the problem. I request you to help me out to resolve this issue.
Looking forward to hear back from you.