[Bug 50973] winedbg --gdb exits immediately

WineHQ Bugzilla wine-bugs at winehq.org
Thu Apr 29 16:04:01 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=50973

--- Comment #3 from Bernhard Übelacker <bernhardu at mailbox.org> ---
After a little more digging it showed me that with commit 28fe84da4
winedbg.exe is not started itself any longer, instead a start.exe is started
which creates the winedbg process.

So basically it behaves like this:
    wine start.exe winedbg --gdb notepad

And another workaround would be to start winedbg with full path:
    wine c:\\windows\\system32\\winedbg.exe --gdb notepad

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list