Closed
Bug 933073
Opened 11 years ago
Closed 11 years ago
Debugger ignores set breakpoint
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: yury, Unassigned)
Details
(Whiteboard: [shumway])
STR:
1. Open http://www.areweflashyet.com/shumway/examples/inspector/inspector.html?rfile=/tmp/hello-world.abc
2. In JavaScript Debugger, search for "!function executeAbc", and set breakpoint on the next line (domain.js:335)
3. Reload the document
Actual result:
Debugger does not break at the specified location
Expected result:
Debugger breaks at the specified location
(If the step 2 is replaced by: search for "!function runAbc" to set breakpoint at inspector.js:172; debugger works as expected)
Reporter | ||
Comment 1•11 years ago
|
||
Cannot replicate with newer Shumway code base anymore. Here is the older version http://yurydelendik.github.io/shumway/examples/inspector/inspector.html?rfile=/shumway/src/avm2/tests/hello-world.abc
Reporter | ||
Updated•11 years ago
|
OS: Windows 7 → All
Hardware: x86_64 → All
Comment 2•11 years ago
|
||
Was able to hit the breakpoint going through STR on the older shumway code base.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•