I followed all the steps decribed in the following article about remote debugging C++ running in an AXC F 2152 from within Visual Studio 2019:
How to debug C++ components and programs in Visual Studio - PLCnext Community This article describes how to debug custom C++ components and programs on a PLCnext Control device using Microsoft Visual Studio.The example in this article uses: AXC F 2152 with firmware version 2022.0.3. Microsoft Visual Studio 2019. PLCnext Toolchain version 2022.0 for Windows, with the Visual Studio extension. Software Development Kit for AXC F 2152 version […]
I enabled Root access for SSH, and it works like a charm. I can log-in to the device via SSH as Root:
Then, in Visual Studio 2019, I added a corresponding SSH account:
Next, I copied a C++ project to the AXC F 2152 with PLCnext Engineer.
However, I’m not able to attach to the device’s remote debugger from within Visual Studio 2019. The device is not being found:
What am I doing wrong here?
Your help is very much appreciated!


