[Wine] Re: Debugging issues on MacOSX

begemott wineforum-user at winehq.org
Tue May 4 09:32:47 CDT 2010


Hello,

Thank you for your kind replies:

1. export DYLD_FALLBACK_LIBRARY_PATH=/usr/X11/lib fixed the FreeType issue :D

2. I have rebuilt Wine with -gstabs+ switch and now there is symbol info for wine modules! Thank you Charles!

3. The debugger still fails to read the symbol information of the windows executable (I am sure I have built the exe with debug info in pdb format). 
 
Could someone tell me are there any prerequisites to windows debug info format(or source files placement etc.) in principle?

For instance: There is a README file in the wine-1.1.42/programs/winedbg
directory and there are some nice examples of how to debug in Wine(exactly what I want to get).
I noticed the following line:


Code:

bash$ ./wine -debug './dumpexe.exe -symbol ./dumpexe.exe'




Does this mean that the debugger tries to find the symbol info in the 
executable? (I suppose this sample is outdated because M$ doesn't 
support symbols embedding in executables since Visual Studio 6)

Regards







More information about the wine-users mailing list