hello winers! has anyone a kind of debug channels documentation? i mean that parameters after "--debugmsg" like: "+relay,+loaddll,+reg"... i need to see network stuff in the debug messages. thanx, cheers! rxon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040802/0b9fca0a/attachment.htm
> i mean that parameters after "--debugmsg" like:--debugmsg has been removed, we now use a system envoroment variable, WINEDEBUG, so you'll have to run WINEDEBUG=+realy,+whatever wine whatever.exe the docs are on the web http://www.winehq.com/site/docs/wine-devel/debugging Ivan.
On Monday 02 August 2004 21:17, ericson wrote:> hello winers! > has anyone a kind of debug channels documentation? > i mean that parameters after "--debugmsg" like: > "+relay,+loaddll,+reg"... > i need to see network stuff in the debug messages. > thanx, > cheers! > rxonIt was in the manpages some time ago, but in their 'infinete wisdom' the devellopers decided to give the info only in the hackers guide. I think this is a bug. I sayed it then, and i say it again: gime me back my debug information in the man page! Cedric -- The only dumb question is the one omitted De enige domme vraag is degene die niet gesteld wordt
ericson wrote:> hello winers! > has anyone a kind of debug channels documentation? > i mean that parameters after "--debugmsg" like: "+relay,+loaddll,+reg"... > i need to see network stuff in the debug messages. > thanx,While it doesn't really answer your question, a useful thing to know is that there is a program in the Wine source, wine/programs/taskmgr, which you can run. It will list programs running under Wine. Click the "Processes" tab, and then select and right click on a running Wine program. The popup has a selection "Edit Debug Channels...". It not only lists all the debug channels, but also lets you dynamically change them while a program is running.