[meta] Debugger Column Breakpoints M1
Categories
(DevTools :: Debugger, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: Harald, Unassigned)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete, meta)
Meta bug for tracking Column Breakpoints M1 – introducing more specific column-based locations.
Frontend work happens in https://github.com/firefox-devtools/debugger.html/issues/7241
Updated•5 years ago
|
Comment 1•5 years ago
|
||
I'd like to dig into breakpoint positions not being available in Tabs.js when the tab is selected and devtools is just opened...
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 2•4 years ago
|
||
The following was added to the documentation on the page Setting a breakpoint:
Column breakpoints allow you to break at multiple points on the same line. In the previous example, you could have selected both the call to parse and the call to getItem, or even all three columns to break at each of the possible locations.
In cases where you set breakpoints on multiple columns, the currently active columns breakpoint will be highlighted in the Breakpoints side panel.
Also added a mention to the Firefox 67 Release notes
Updated•4 years ago
|
Updated•4 years ago
|
Comment 3•4 years ago
|
||
closing as this project is now done!
Description
•