Hello, A SDK document “remote-debug-cpp” says, C++ applications running in the CtrlX CORE can be remotely debugged. I use this debug function with ctrlX CORE virtual according to the instructional steps of the document.After successfully setting up SSH key, the host system (Ubuntu - Application dev environment) can access the remote system (Ubuntu – ctrlX CORE virtual) with the SSH connection. But, in VS Code when I click Termial --> Run Task… -->Launch Remote GDB Server, the terminal shows the message below: (password is required) And when clicking run and debug button in the VS Code with option “x64 ctrlX virt. Network Adapter (remote)”, a error windows shows: Does anyone know how to fix it? some test info: ( ctrlX CORE virtual uses the network adapter:192.168.1.1 ctrlX WORKS version 1.20.0, sdk package version 1.20.0 Snap is built in debug mode Enable the C++ codes of “#ifdef MY_DEBUG” and SIGSTOP signal )
... View more