Open
Bug 1492699
Opened 7 years ago
Updated 3 years ago
Use Debugger#findSources in devtools/server/actors/promises.js
Categories
(DevTools :: Debugger, task, P5)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: arai, Unassigned)
References
(Blocks 1 open bug)
Details
Separated from bug 956376
PromisesActor#attach uses Debugger#findScripts, but it can be replaced with Debugger#findSources:
https://searchfox.org/mozilla-central/rev/94e37e71ffbfd39e6ad73ebcda5d77cce8d341ae/devtools/server/actors/promises.js#68-70
I've tried landing it in bug 956376, but it hit bug 1486401.
| Reporter | ||
Updated•7 years ago
|
Component: JavaScript Engine → Debugger
Product: Core → DevTools
Updated•6 years ago
|
Blocks: dbg-server
Type: enhancement → task
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•