Hi,
http://www.microsoft.com/whdc/ddk/debugging/symbolpkg.mspx
I assume people have looked at this before - how easy are they to match up with Wine, and do people use them for debugging faults in native code?
thanks -mike
Mike Hearn wrote:
Hi,
http://www.microsoft.com/whdc/ddk/debugging/symbolpkg.mspx
I assume people have looked at this before - how easy are they to match up with Wine, and do people use them for debugging faults in native code?
I never tested this before. It depends on which debugger you're using. WinDbg (the MS one) should be easy to use, but you'll miss the native part. WineDbg has some support for loading PDB files, but the latest formats are likely not to be supported, so YMMV.
A+