Forums

Wine debug mode

display trace

Auteur Réponses
realta_taisteal Mardi 17 Janvier 2012 à 5:11
realta_taistealAnonymous

From playonlinux, can enable this before the program is run.

http://wiki.jswindle.com/index.php/Debugging_Wine


For example to check all the four messages (FIXME,ERR,WARN,TRACE) in the debug channel heap you could use this

WINEDEBUG=heap wine program_name
petch Mardi 17 Janvier 2012 à 7:50
petch

I saw that $WINEDEBUG is set at the beginning of each shortcut script, you could try setting it there...
Or use "Open a terminal" in configuration's Misc tab and type your command, should work too.

Regards, Pierre.

Edité par petch

realta_taisteal Mardi 17 Janvier 2012 à 21:09
realta_taistealAnonymous

I saw that $WINEDEBUG is set at the beginning of each shortcut script, you could try setting it there...
Or use "Open a terminal" in configuration's Misc tab and type your command, should work too.

Regards, Pierre.

Quote from petch


For the misc, I have nav down the dir tree many times. No pasting, I have to type the folder names by hand. It's slow. Changing "WINEBUG= "" has no effect on output.

Checking "enable debug" helps, but I need the TRACE function enabled to see some mouse info.

How do I view the shortcut script? The menu won't allow it.



Quentin PÂRIS Jeudi 19 Janvier 2012 à 18:16
Quentin PÂRISAnonymous

The shortcut script is located into .PlayOnLinux/shortcuts.

You should see a WINEDEBUG line for each of them
Vous êtes ici: Index > PlayOnLinux > Wine debug mode