Open
Bug 818842
Opened 13 years ago
Updated 3 years ago
Make the timeout for the slow script dialog configurable
Categories
(DevTools :: General, defect, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: bruant.d, Unassigned)
References
Details
(Whiteboard: [slowscript])
While developing, it's easy to write infinite loops (directly or indirectly). There is dialog that prevents the loop from running for too long, but it seems that it's the same time for web content and while developing.
It would be nice if, in devtools, devs could set a smaller time to avoid accidental infinite loops from being too annoying.
Credit where it's due: https://github.com/mozilla/webpagemaker/issues/626#issuecomment-10727001
| Reporter | ||
Updated•13 years ago
|
OS: Linux → All
Hardware: x86 → All
Version: 18 Branch → unspecified
Comment 1•13 years ago
|
||
this is a setting for the slowscript dialog which isn't currently part of the debugger. We could still take a look at it.
filter on BLACKEAGLE.
Priority: -- → P3
Whiteboard: [slowscript]
Updated•11 years ago
|
Summary: Configurable timeout time and UI for "the script in this page is running for too long" → Make the timeout for the slow script dialog configurable
Updated•10 years ago
|
Blocks: platform-ui-team
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Component: Debugger → General
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•