Closed Bug 1104936 Opened 10 years ago Closed 10 years ago

Debugger does not stops on break point

Categories

(DevTools :: Debugger, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1057031

People

(Reporter: irakli, Unassigned)

Details

Debugger does not seem to stop on breakpoint on nightly if I:

1. Load following page http://harthur.github.io/bugzilla-todos/
2. Enter (my or any other) bugzilla email.
3. Set breakpoint on the following line:
   https://github.com/harthur/bugzilla-todos/blob/gh-pages/app/bugzilla-todos.js#L168
4. Refresh


Options I have switched on are:

- pause on exceptions
- ignore caught exceptions
- original sources
- auto block minified

Tried switching some of them off / on but can't see a difference. 

P.S. Works fine on chrome
I also observe following errors in browser console:


Handler function threw an exception: TypeError: info is null
Stack: _addBreakpoint@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/sourceeditor/debugger.js:138:5
addBreakpoint/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource:///modules/devtools/sourceeditor/debugger.js:154:37
makeInfallible/<@resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/DevToolsUtils.js:83:14
Line: 138, column: 4

DevToolsUtils.js:59:0
NS_ERROR_FAILURE: Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIURI.asciiHost] NewTabUtils.jsm:1170:0

First one does seems related
This is the same stack trace as bug 1057031.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.