- Status Closed
- Percent Complete
- Task Type Bugs
- Category User Interface → Simulator
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#10602 - Improve debugwps further
r22672 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
Closed by jdgordon
2009-09-18 05:22
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2009-09-18 05:22
Reason for closing: Fixed
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
in r22727
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Vd works for me as expected, eg. : Vdh would display " Viewport: ‘h’ " starting form the first column in display.
Are you saying it also displays correctly in debugwps? because allthough working correctly For Vda,Vdb,Vdc and Vdd I see Vp97,Vp98,Vp99 and Vp100 Clearly the debugwps is not tokenising these.
Yes, I’ve just tested them in the sim ,with debugging output for wps enabled of course.
Those couple of lines from wps_debug.c make me wonder why it isn’t working for you :
Have you tried a clean build after an svn up ?