Cannot debug C++ on PLCnext device

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!

I found the solution:
The description of attaching Visual Studio to the PLCnext device isn’t comprehensively described in the above blog.
I needed two days to successfully cope with the Visual Studio 2019 dialog and attach to my PLCnext device.
The Attach to Process dialog has so many different parameters and buttons; the blog shouldn’t skip a comprehensive description of that part of the attaching process.
I created a screencast depicting all the different parameters required to be set for successfully connecting to a PLCnext device (or any Linux device, resp.), and I humbly propose to add that screencast to your otherwise great blog page:
https://i.ibb.co/yQJ1wfk/Attach-to-process.gif