Browse Source

Releases: debugger StepOver/StepInto tailcall fix

pull/1734/head
Sami Vaarala 7 years ago
parent
commit
e5de33b05a
  1. 5
      RELEASES.rst

5
RELEASES.rst

@ -3096,9 +3096,8 @@ Planned
below the current call, leading potentially to a smaller reserve than
requested (GH-1536)
* Fix incorrect pausing by debugger StepOut command when current function has
a tail return; previously execution would pause on exit to tailcall target
(GH-1684, GH-1685)
* Fix incorrect pausing by debugger StepOut, StepOver, and StepInto commands
when stepping over a tail call (GH-1684, GH-1685, GH-1726, GH-1734)
* Fix duk_hbufobj assert in shared slice() handling (GH-1506)

Loading…
Cancel
Save