Closed
Bug 1585692
Opened 5 years ago
Closed 5 years ago
cmd+click should jump to a function call
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox75 fixed)
RESOLVED
FIXED
Firefox 75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: jlast, Assigned: janelledement)
References
Details
Attachments
(1 file)
What were you doing?
It would be great if we extended column breakpoints so that we could just cmd+click on function call tokens and jump to that location.
This is basically a shortcut for continue to here
Reporter | ||
Updated•5 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•5 years ago
|
||
Identifying the function calls and marking them is the first step for adding the feature 'command click should jump to function call'.
Steps to see the function call marks:
- Pause the debugger.
- Press command key. (Function calls are highlighted in blue).
Updated•5 years ago
|
Assignee: nobody → janelledement
Status: NEW → ASSIGNED
Pushed by jlaster@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/1147a121a50c Adds functionality for marking function calls.
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
Updated•5 years ago
|
Attachment #9107574 -
Attachment description: Adds functionality for marking function calls. → Adds command-click feature.
You need to log in
before you can comment on or make changes to this bug.
Description
•