Closed
Bug 1303045
Opened 6 years ago
Closed 6 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•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=ab98c8d1f8c7
Assignee | ||
Updated•6 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•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9250418b7304
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
Updated•4 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•