Closed Bug 923287 Opened 11 years ago Closed 11 years ago

Browser debugger stays paused on Aurora

Categories

(DevTools :: Debugger, defect, P2)

26 Branch
x86
macOS
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 916845

People

(Reporter: irakli, Assigned: past)

Details

It looks like browser debugger stays paused when opened and there for browser
becomes unresponsive. Clicking resume button on debugger does not seems to
resume it either. (Note: It works in nightly)

Here is a message log:

```
(addon-sdk)➜  ~CFX_ROOT  (master) /Applications/FirefoxAurora.app/Contents/MacOS/firefox                                ✭ ✈ ✱
OpenGL version detected: 210
OpenGL version detected: 210
(addon-sdk)➜  ~CFX_ROOT  (master) OpenGL version detected: 210                                                          ✭ ✈ ✱
OpenGL version detected: 210
Running global cleanup code from study base classes.
DBG-FRONTEND: Initializing chrome debugging process.
DBG-FRONTEND: Running chrome debugging process.
DBG-FRONTEND: Chrome debugger is now running...
OpenGL version detected: 210
OpenGL version detected: 210
OpenGL version detected: 210
DBG-SERVER: New debugging connection on 127.0.0.1:52389
DBG-SERVER: Got: {
  "to": "root",
  "type": "listTabs"
}
DBG-SERVER: Got: {
  "to": "conn0.chromeDebugger4",
  "type": "attach",
  "options": {
    "useSourceMaps": true
  }
}
2013-10-02 14:08:51.971 firefox[36271:8a27] invalid context
DBG-SERVER: Got: {
  "to": "conn0.chromeDebugger4",
  "type": "reconfigure",
  "options": {
    "pauseOnExceptions": false,
    "ignoreCaughtExceptions": false
  }
}
DBG-SERVER: Got: {
  "to": "conn0.chromeDebugger4",
  "type": "sources"
}
DBG-SERVER: Got: {
  "to": "conn0.source30",
  "type": "source"
}
DBG-SERVER: Got: {
  "to": "conn0.longString31",
  "type": "substring",
  "start": 0,
  "end": 20961
}
DBG-SERVER: Cleaning up connection.
DBG-SERVER: in ThreadActor.prototype.disconnect
DBG-SERVER: Debugger server is shut down.
DBG-FRONTEND: Chrome debugger is now closed...
DBG-SERVER: onStopListening, status: 2152398850
(addon-sdk)➜  ~CFX_ROOT  (master)
```
For some reason we only see the requests, and not the responses, but either way, the notable missing request is a resume request after we pause.why.type = "attached".
Cc-ing Panos who responded yesterday on IRC & was going to look into this.
Assignee: nobody → past
Priority: -- → P2
I think bug 916845 needs uplifting. Testing it right now.
Yep, this is the same bug.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.