Browse Source

Releases: debugger reattach

pull/399/head
Sami Vaarala 9 years ago
parent
commit
c36d48a4fc
  1. 9
      RELEASES.rst

9
RELEASES.rst

@ -1145,13 +1145,16 @@ Planned
intended mainly for minimal compatibility with existing code using "const"
(GH-360)
* Add a debugger Throw notify for errors about to be thrown, and an option
to automatically pause before an uncaught error is thrown (GH-286, GH-347)
* Add a human readable summary of object/key for rejected property operations
to make error messages more useful for operations like "null.foo = 123;"
(GH-210, GH-405)
* Add a debugger Throw notify for errors about to be thrown, and an option
to automatically pause before an uncaught error is thrown (GH-286, GH-347)
* Allow debugger detached callback to call duk_debugger_attach(), previously
this clobbered some internal state (GH-399)
* Fix "debugger" statement line number off-by-one so that the debugger now
correctly pauses on the debugger statement rather than after it (GH-347)

Loading…
Cancel
Save