C++ Problems building Debug-Version in Eclipse

Hi, im trying to build a debug version of my C++ real-time application but when I do so I get the follwoing message: Anmerkung 2020 08 20 103540 If I build the release version it works fine but then I’m not able to debug onto the device. I’m building the setting Can you tell me where I can change the settings to create a valid debug version?

Anmerkung 2020 08 20 1020 The same occurrs if I’m trying to create a Example project from GitHub with the AXC F2152 2020.6 SDK

Hi Lars, That is caused by a bug in the Eclipse add-in. The work-around is described here: https://www.plcnext-community.net/en/discussions-2-offcanvas/deploying-fails-in-debug-target-build-configuration-sdk-version-2020-0.html Hope this helps. ~ Martin.

Works for me thanks for the fast suppport!