#1685 closed defect (fixed)
javascript debug filtering
Reported by: | Antoine Martin | Owned by: | J. Max Mena |
---|---|---|---|
Priority: | major | Milestone: | 2.3 |
Component: | html5 | Version: | trunk |
Keywords: | Cc: |
Description
At the moment the debug switch is an all or nothing toggle.
It would be nice to be able to choose logging categories so we can debug things separately: keyboard, geometry, sound, paint, ...
Attachments (1)
Change History (5)
comment:1 Changed 3 years ago by
Milestone: | 3.0 → 2.3 |
---|---|
Status: | new → assigned |
Changed 3 years ago by
Attachment: | debug-categories.patch added |
---|
comment:2 Changed 3 years ago by
Owner: | changed from Antoine Martin to J. Max Mena |
---|---|
Status: | assigned → new |
Done in r17768.
There are now 7 distinct self explanatory debug flags: "main", "keyboard", "mouse", "clipboard", "draw", "audio", "network".
All but "network" and the "media source" API debugging events will also be forwarded to the server.
This should make it easier to enable debugging without being flooded with the wrong kinds of messages (ie: "draw")
comment:3 Changed 3 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks for that, I'll pass the message along.
comment:4 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1685
Note: See
TracTickets for help on using
tickets.
choose logging categories to debug