mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
423 B
14 lines
423 B
define: DUK_USE_DEBUGGER_THROW_NOTIFY
|
|
introduced: 1.4.0
|
|
# Option is ignored unless debugger support is enabled.
|
|
#requires:
|
|
# - DUK_USE_DEBUGGER_SUPPORT
|
|
related:
|
|
- DUK_USE_DEBUGGER_PAUSE_UNCAUGHT
|
|
default: true
|
|
tags:
|
|
- debugger
|
|
description: >
|
|
Send a Throw notify when an error is about to be thrown. The Throw notify
|
|
also indicates if an error is fatal (most likely not caught) which is very
|
|
useful in debugging.
|
|
|