Starting a cmake-built application with administrative priviliges from Visual Studio 2019 on a remote Linux machine
问题 Running IDE-Machine Windows 10 with Visual Studio 2019. Target-System for debugging is a Ubuntu 18.04. Using CMake available in Visual Stdio addons. Test software is the soem lib, with the simple_test programm, wich already leads to the issue (https://github.com/OpenEtherCATsociety/SOEM). After passing the eth-interface to the built programm, it stops with cause it can't get root. Already tried to pass sudo in the launch.vs.json and also pipe sudo the programm. Tried to change the access to