Hey everyone! My first time developing using VisualGDB/Qt/Visual Studio, and I’m running into an issue during setup. I followed the tutorial over at https://visualgdb.com/tutorials/raspberry/qt5/
Everything until step 10 works according to the tutorial. At step 10, when I hit F5 to start debugging, I repeatedly receive an error in the VisualGDB Remote Console panel, shown below:
QXcbConnection: Could not connect to display.
Any idea what this means? I can provide more information, I just don’t know what’s relevant and what’s not. The way I understand it, the build gets completed, but something is preventing the window of the sample program from opening up on the Pi (I’m using the Raspberry Pi 3). I’ve tried Googling the error but nothing relevant (as far as I could tell) came up. What other relevant info can I provide? Thanks in advance.