http://bugs.winehq.org/show_bug.cgi?id=21404
Summary: winedbg does not support fixed host:port parameter Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winedbg AssignedTo: wine-bugs@winehq.org ReportedBy: myvonkpos@mweb.co.za
If using winedbg to debug Windows apps in a Linux IDE is to become practical winedbg --gdb --no-start needs an extra parameter to specify a fixed host:port TCP connection, similar to what gdbserver has. Currently the port is chosen at random, which means IDEs have to be reconfigured on every debug attempt.