erwan

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: xming performance and user variables #10181
    erwan
    Participant

    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

     

    in reply to: breakpoints in visual studio 2008 #8868
    erwan
    Participant

    Sorry but I found the problem.

    On the linux machine the files are located in /user/erwan/my_project but this is an alias.

    in reality they are located in /disk/disk_numer2/partition_number3/users/erwan/my_project and gdb is using this path.

    I saw this in the log of gdb on the windows side.

    To fix this, I just added a path mapping in visual gdb

    in reply to: breakpoints in visual studio 2008 #8867
    erwan
    Participant

    i’m on Windows 10

Viewing 3 posts - 1 through 3 (of 3 total)