When should a JavaScript debugger be shown.
Name |
Description |
Value |
---|---|---|
Show the JavaScript debugger at the first line of the JavaScript. |
3 |
|
Show the JavaScript debugger is a runtime error occurs. |
2 |
|
Never show the JavaScript debugger. Treat runtime errors by throwing a JavaScript exceptions. |
1 |