Closed Bug 989610 Opened 11 years ago Closed 11 years ago

Debugger basically doesn't work on the mac

Categories

(DevTools :: Debugger, defect)

27 Branch
x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INCOMPLETE

People

(Reporter: m.schipperheyn, Unassigned)

Details

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.149 Safari/537.36 Steps to reproduce: The Javascript debugger on the Mac is so broken it's embarrassing. These are the symptoms: * Breakpoints are not honoured. In stead of stopping at a breakpoint it often stops at a completely different point, often the end of a class definition. * If you right click to create a conditional breakpoint, the breakpoint is created at another location than the click location I work with YUI 3, so my Javascript tends to consist of YUI 3 classes. Actual results: * Breakpoint created at wrong location * Break not at breakpoint location
Component: Untriaged → Developer Tools: Debugger
This is not an actionable bug report. If you can provide a test case with steps to reproduce the issue(s), please reopen the bug. A good test case would be a link to a website that exhibits the behavior (jsbin, jsfiddle, your own website, etc) or a zip of html + js files that exhibit the behavior. A good set of steps to reproduce looks something like: 1. Open http://example.com/breakpoint-bug 2. Set a breakpoint on YUI-class.js line 23 3. Click the button Expected: The breakpoint on YUI-class.js line 23 was hit Actual: The debugger pauses on YUI-class.js line 31
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.