Hi,
I’m developing a video play program for RaspberryPi4 on Windows platform using VS+VisualGDB,and I’m using SDL2 to play video,I wanted the video play window to be created on RPi host,so I choose the “Shown on the remote computer(DISPLAY*:0)” option in “Debug Settings” page,but I found the option has no effect,when I start my program from VisualGDB,the Window created by SDL_CreateWindow() API is on my Windows host,but I want it to be on remote RPi host, so why the option has no effect? Did I miss any configuration on RPi?