Closed
Bug 1303045
Opened 9 years ago
Closed 9 years ago
Fix `viewSourceInDebugger` to highlight specific line
Categories
(DevTools :: Debugger, defect, P1)
DevTools
Debugger
Tracking
(firefox51 fixed)
RESOLVED
FIXED
Firefox 51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: jlong, Assigned: jlong)
References
Details
We now have the ability to highlight a specific line in the new debugger, so we just need to add a small tweak to `viewSourceInDebugger` to pass that line. Currently it just opens the source.
| Assignee | ||
Comment 1•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jlong
Pushed by jlong@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/9250418b7304
pass the line to highlight in debugger in `viewSourceInDebugger` r=me
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•