[Wine] Re: wine-dbg?

vitamin wineforum-user at winehq.org
Tue Oct 13 23:13:44 CDT 2009


DaVince wrote:
> I'm not sure about this, but I believe all releases of Wine for Ubuntu are already with debugging enabled.

You can't disable debugging in Wine (all the debug channels that is). This was removed a long time ago.

OP was instructed to install debugging symbols (informations that links each source line to a particular and stores function parameter names).

None of binary packages have this information, since it's usually huge (3x and above of the actual executable size). So it must be made available as a separate package.


jorl17 wrote:
> They have a certain degree of debug info

No, they don't. Exported function names can't be removed and always part of binaries. Everything else is present in debug symbols only. Again we are not talking about debug channels here.







More information about the wine-users mailing list