Browse Source

Config option changes for print/alert removal

pull/745/head
Sami Vaarala 9 years ago
parent
commit
030f317f99
  1. 1
      config/config-options/DUK_USE_BROWSER_LIKE.yaml
  2. 1
      config/config-options/DUK_USE_DEBUGGER_FWD_PRINTALERT.yaml
  3. 1
      config/examples/debugger_support.yaml

1
config/config-options/DUK_USE_BROWSER_LIKE.yaml

@ -1,6 +1,7 @@
define: DUK_USE_BROWSER_LIKE
feature_enables: DUK_OPT_BROWSER_LIKE
introduced: 1.0.0
removed: 2.0.0
default: true
tags:
- ecmascript

1
config/config-options/DUK_USE_DEBUGGER_FWD_PRINTALERT.yaml

@ -1,6 +1,7 @@
define: DUK_USE_DEBUGGER_FWD_PRINTALERT
feature_enables: DUK_OPT_DEBUGGER_FWD_PRINTALERT
introduced: 1.2.0
removed: 2.0.0
# Option is ignored unless debugger support is enabled.
#requires:
# - DUK_USE_DEBUGGER_SUPPORT

1
config/examples/debugger_support.yaml

@ -4,7 +4,6 @@ DUK_USE_DEBUGGER_SUPPORT: true
# Basic set of Notifys.
DUK_USE_DEBUGGER_FWD_LOGGING: true
DUK_USE_DEBUGGER_FWD_PRINTALERT: true
DUK_USE_DEBUGGER_THROW_NOTIFY: true
# Automatically pause on an uncaught error about to be thrown.

Loading…
Cancel
Save