Skip to content

Commit

Permalink
Releases: debugger reattach
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Nov 3, 2015
1 parent 8b2bbb5 commit c36d48a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions RELEASES.rst
Expand Up @@ -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)

Expand Down

0 comments on commit c36d48a

Please sign in to comment.