http://bugs.winehq.org/show_bug.cgi?id=18927
--- Comment #6 from Anastasius Focht focht@gmx.net 2011-06-17 03:32:44 CDT --- Hello Alex,
--- quote --- `setarch $(uname -m) -R bash` and then launching wine from that terminal (or just setarching wine directly) should do the same thing without needing root privileges or applying the setting system-wide. --- quote ---
Thanks for the tip, I was unaware of '-R' option to enable it "locally" ;-)
I disable it globally once debugging sessions start so I don't need to keep track of this when switching between several terminals. Saves much hassle when retaining soft and hard breakpoints through different debugging sessions.
Regards