From b10bb56127ed7f445a49c0dd3d335a581d23d6b6 Mon Sep 17 00:00:00 2001 From: Sami Vaarala Date: Tue, 27 Oct 2015 22:37:18 +0200 Subject: [PATCH] Releases: debugger reattach --- RELEASES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RELEASES.rst b/RELEASES.rst index 48e39c3a91..d15a36f3f2 100644 --- a/RELEASES.rst +++ b/RELEASES.rst @@ -1144,6 +1144,9 @@ Planned * 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)