Closed
Bug 1327498
Opened 6 years ago
Closed 4 years ago
Firefox hangs and consumes 25% CPU if I black-box script in debugger and click Resume
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: arni2033, Unassigned)
Details
(Keywords: hang)
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509 STR_1: 1. Open url [1] 2. Open debugger 3. Black-box all scripts 4. Click "Resume" button AR: Content process hangs and consumes 25% CPU ER: Content process shouldn't hang > [1] data:text/html,<script>(function(){(function a(){try {(function b(i) {if((''+(i/i)).length !== 1 || i % 20 === 0) {(function(){}).constructor('debugger')();} else {debugger;}b(++i);}(0))} catch(e) {setTimeout(a, 5000)}})()})();</script><style>body{height:10000px}
Component: Developer Tools: Canvas Debugger → Developer Tools: Debugger
Updated•5 years ago
|
Product: Firefox → DevTools
Comment 1•4 years ago
|
||
I don't think there is an alternative given that blackboxing is a form of conditional breakpoints and the server needs to confirm that we shouldn't pause.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•