I also have some troubles.
Iam trying execute the steps in "Debugging with Visual Studio Code", but when I try the pythonscript "StartPythonDebug"
I get a message : Exception occurred during 'create_element'in script Toolsandstartexamplts\startPythonDebug.py --> please have a look at the trace window.
When I look in the trace window I have the following message:
=======================================================================================================
String table error:
Filename c:\programdata\nemetschek\allplan\2023\etc\examples\pythonparts\toolsandstartexamples\startpythondebug_eng.xml does not exist
=======================================================================================================
Traceback (most recent call last):
File "C:\ProgramData\Nemetschek\Allplan\2023\Etc\PythonPartsFramework\GeneralScripts\BuildingElementInputService.py", line 55, in create_element
create_ele_result = create_element(input_data.build_ele_list[0],
File "C:\ProgramData\Nemetschek\Allplan\2023\Etc\PythonPartsExampleScripts\ToolsAndStartExamples\StartPythonDebug.py", line 77, in create_element
if debugpy.is_client_connected():
AttributeError: module 'debugpy' has no attribute 'is_client_connected'
=======================================================================================================