This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10602 - Improve debugwps further
Attached to Project:
Rockbox
Opened by robin (robin0800) - Saturday, 12 September 2009, 08:52 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Friday, 18 September 2009, 07:22 GMT+2
Opened by robin (robin0800) - Saturday, 12 September 2009, 08:52 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Friday, 18 September 2009, 07:22 GMT+2
|
Detailsr22672 Says......
Hopefully make the wps debug info more understandable... display tokens the same way they are displayed... i.e viewports->lines->sublines->tokens has done a good job of improving debug messages one omission from this is the Vd tag is still appearing as a number and not a token |
This task depends upon
Closed by Jonathan Gordon (jdgordon)
Friday, 18 September 2009, 07:22 GMT+2
Reason for closing: Fixed
Additional comments about closing: in r22727
Friday, 18 September 2009, 07:22 GMT+2
Reason for closing: Fixed
Additional comments about closing: in r22727
Those couple of lines from wps_debug.c make me wonder why it isn't working for you :
indent = 0;
DEBUGF("Viewport: '%c'\n", skin_viewport->label);
Have you tried a clean build after an svn up ?