hi, is there any way we can debug the wineserver? thanks Rajesh
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
Rajesh Akkineni wrote:
hi, is there any way we can debug the wineserver? thanks Rajesh
I am not sure this is the right answer since I am not a wine guru. However when you start wineserver you can start it with debug levels i.e., "wineserver -d1". Setting d0 turns winserver debugging off. I'm not sure what you are asking this for.
Am Don, 2002-11-28 um 17.16 schrieb Tony Lambregts:
is there any way we can debug the wineserver?
I am not sure this is the right answer since I am not a wine guru. However when you start wineserver you can start it with debug levels i.e., "wineserver -d1". Setting d0 turns winserver debugging off.
Starting wine with "-debugmsg trace+server" works quite well. Furthermore, wineserver is a true Unix program. You can run in through gdb. I often run wine normally, then start gdb and simply attach to the running wineserver process.
Martin