Closed
Bug 974473
Opened 11 years ago
Closed 11 years ago
console.profile fails in remote chrome debugging
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: fitzgen, Unassigned)
Details
Handler function ProfilerActor.prototype.observe threw an exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProfiler.getProfileData]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/main.js -> resource://gre/modules/devtools/server/actors/profiler.js :: ProfilerActor.prototype.onGetProfile :: line 101" data: no]Line: 101, column: 0
STR:
* Open a debuggee firefox
* Shift+F2 > run command "listen 6060"
* Open a debugger firefox
* Tools > Web Developer > Connect
* localhost:6060
* Attach to the main process
* evaluate "console.profile()" in the scratchpad
Comment 1•11 years ago
|
||
Should be fixed by bug 879008 landing. Please reopen otherwise.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•