Hi Jan,

Le 08/02/2016 10:07, Jan Hudec a écrit :
On one terminal I start the program to debug under wine and gdbserver:

$ wine /usr/share/win32/gdbserver.exe localhost:5555 path/to/something.exe

and it prints

    Process path/to/something.exe created; pid = 41
    Listening on port 5555
    Remote debugging from host 127.0.0.1

Do you get the third line immediately? It's only printed when a remote debugger connects, so you shouldn't get it then unless something else is connecting to port 5555 (which would explain your other symptoms).

[...]

Regards,

Stephen

Reply via email to