Gtk-WARNING **: cannot open display
Can you share any advice on how to setup display permissions?
Sorry, I'm not sure what you mean? The extension is designed for headless host/client communication.
Thank you Radutomy. I'm trying to force it to do something its not designed for. I did find a way to setup the DISPLAY environment variable on the Raspberry Pi in the .bashrc script so that VSRemoteDebugger will launch my code on the Pi and display the main window. I wondered if there was a better approach you were aware of.
Sorry, I have no knowledge about that unfortunately.
@TimJohnHowell That error message is not a permission issue. It typically means you are running the application through SSH or some other terminal to which no X Windows display is attached. When running a GUI application that way, you can tell the system to show the display window on a local display by setting the DISPLAY variable with a command like export DISPLAY=":0.0" For the VSRemoteDebugger, you can set that in the "Visual Studio Debugger Path".
