Update: webcompat bugs are now tracked in bugzilla, they just all block this meta bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1493094
Below is the list of ideas that don't yet have bugs
- [Debugger] Nonsensical "steps out". The step out of Firefox devtools seems to be working differently from the one in Chrome. There are many cases where it doesn't seem to make sense. Karl will try to find a practical example
- [Debugger] Logging all events that are fired for a given period of time
- [Debugger] being able to set breakpoints on a column+line/specific instruction, not just an entire line.
- [Debugger] improve the "click this line of a stack trace to jump to that code" feature so it takes you to the column+line in the trace, not just the start of the entire line (for minified scripts).
- [Debugger] improve the same function so that it uses the pretty-printed version of the script, if one has been opened.
- [Debugger] being able to modify a bit of script text, and have that version be used upon reload