https://bugs.winehq.org/show_bug.cgi?id=44936
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Created attachment 61212 --> https://bugs.winehq.org/attachment.cgi?id=61212 gdbproxy debug
Thanks for the bug report; sorry it took so long to get to. I'm having trouble setting up Eclipse on my own machine, so I'm going to try to ask for debug output and see if that gets me anywhere.
Does this happen immediately, or only after setting a breakpoint? If the latter, can you try executing
set debug target 2 set debug infrun 2 set debug remote 2
and attach stderr from the server process (I hope)?
If the former it'll be necessary to patch winedbg to execute these on startup; I've attached a patch that should do this if you're willing and able.