Hi, thank you for your answer.
I tried to update my visual gdb but there was a bug after i loaded my solution when I entered the GDB startup commands (error xml not public…).
I will try to update again later, to create a new project and to check for this files deletion.
Beside this I tried the new version 5.2 to check for the xming improvment but i was not satisfied: It’s better but still very slow compare to an execution (via gdb or not) on the linux box + display redirection to the windows xming. I don’t know why exactly.. (you add compression or crypto??)
But now I found a way to run the gui app without the help of visual gdb.
In Debug Settings I set Remote X11 to “not allowed”
In the GDB startup command I added this:
set env DISPLAY $(COMPUTERNAME):0.0
so, when gdb start on the host, visual gdb send this line before “run”
On My Windows PC i have an xming runnning and now it works very well