Open
Bug 1017285
Opened 10 years ago
Updated 2 years ago
Custom data visualisation
Categories
(DevTools :: Debugger, enhancement, P5)
Tracking
(Not tracked)
NEW
People
(Reporter: mbx, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Shumway])
Having a way to supply your own data visualization would be very useful for debugging. For instance, a developer could provide a custom toCanvas(context: CanvasRenderingContext2D) function on their object which would in turn be called by the developer tools UI.
The goal here is to provide an easy way for developers to provide custom visualizers and controllers for things like Vectors, Matrices, or even larger data types like entities in a game engine.
Reporter | ||
Updated•10 years ago
|
Whiteboard: [Shumway]
Updated•10 years ago
|
Blocks: minotaur-kanban
Updated•10 years ago
|
Summary: Custom data visualization & controllers. → Custom data visualisation
Updated•10 years ago
|
Depends on: dbg-inspect
Updated•10 years ago
|
Blocks: dbg-inspect
No longer depends on: dbg-inspect
Updated•9 years ago
|
Blocks: shumway-later
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Type: defect → enhancement
Priority: -- → P5
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•