https://bugs.winehq.org/show_bug.cgi?id=45116
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #14 from Anastasius Focht focht@gmx.net --- Hello Hanno,
--- quote --- And the TomTom application hangs, too. How would I properly attach to a winedevice.exe process? --- quote ---
The hang is usually an indication you're using 32-bit winedbg and try to attach to a 64-bit process. Use 'wine64 winedbg' to run 64-bit winedbg. I admit it's non-obvious and Wine definitely should provide an out-of-the-box solution that works.
NOTE: If there is already a crash reporter attached due to 'AeDebug' setting you won't be able to attach another time. There is also bug 35928 for not showing crash dialog when auto-attaching.
Regards