icon

Forum de la communauté Allplan

[Question] Error in debugging

Balises:
  • Debug pythonparts visual studio

Hi everyone,
I am trying to write some pythonparts script and I face this error.
I am using Allplan 2020 and visual studio 2017 (ptvsd 3.2.1), python 3.6.5
I read similar errors in our forum but it still doesn't work.
Do you have solutions? Thank you very much

Pièces-jointes (2)

Type: image/png
Téléchargé 39 fois
Size: 34,95 KiB
Type: image/png
Téléchargé 25 fois
Size: 17,26 KiB

Hi,

you need to use Python 3.7.4 and PTVSD 4.3.2 (see https://pythonparts.allplan.com/)

Best regards
Horst

When it comes to PythonParts debugging is probably the most annoying topic for me.

@Horst
I know you work with PythonParts as I have seen your name somewhere in the code long ago ;) Thank you and your team for great job!
Do you also know working configuration of VS, ptvsd and python for debugging PythonParts on Allplan 2018?

Best regards
bartekz

Cité par Horst_Hohmann
Hi,
you need to use Python 3.7.4 and PTVSD 4.3.2 (see https://pythonparts.allplan.com/)
Best regards
Horst

Thank you very much.
It works for me.