Debugging with Visual StudioΒΆ
After the Python debugging support is started, the PythonPart scripts can be debugged with Visual Studio. The following steps must be performed:
select Debug and Attach to Process
select Python remote for Connection type:
input localhost:5678 for Connection target:
select the Python process from the Process list
After this steps, Visual Studio is connected to Allplan and the PythonPart scripts can be debugged with the provided functionality.