http://bugs.winehq.org/show_bug.cgi?id=32220
--- Comment #11 from 刘涛 wendaotao@163.com 2012-11-20 01:16:15 CST ---
liutaox@liutaox-desktop:/export/host$ sudo apt-get install wine1.5-dbg [sudo] password for liutaox: Reading package lists... Done Building dependency tree Reading state information... Done wine1.5-dbg is already the newest version. The following packages were automatically installed and are no longer required: wine-gecko1.4 libdb4.8 Use 'apt-get autoremove' to remove them. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
From the above, I have installed the wine1.5-dbg. And I use
#wine Insight3.exe &> debugging_log.txt use #WINEDEBUG=+relay,+seh,+tid wine Insight3.exe &> debug_trace.txt
Am I right?