So is there a way... from say something like GDB to send a message to wine to do the same thing..
The problem is the task manager is envoked in wine correct? so If we are debugging its kind of
hard to get to the taskmgr....
Chris
-----Original Message-----
From: Vitaliy Margolen <wine-devel@kievinfo.com>
To: Markus Amsler <markus.amsler@oribi.org>
Cc: wine-devel@winehq.org
Sent: Wed, 10 Sep 2008 5:54 pm
Subject: Re: Debugging Wine thoughts
Markus Amsler wrote:
> Wine's taskmgr has in the Processes tab a context menu entry "Edit Debug
> Channels ...". Unfortunately it's broken.
>
No it's not broken. You can only enable/disable debug channels from there
that were enabled with WINEDEBUG env var at the start of the program. This
is optimization AJ put in place a long time ago.
Vitaliy.