Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 894 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 894 Bytes

1.0.3 - 2021-02-23

Fixed

  • Fix breakpoints resolution algorithm.
  • Fix variables pane sometimes flooding by Assertion_failure(...) raised at Env_hack.ml.
  • Fix incorrectly inspect 'a type as int.
  • Output to debug console when uncaught_exc occurs.

1.0.2 - 2021-02-22

Added

  • Show %accu pseudo variable at Event_after event.
  • Added variable context menu "Goto Closure Code Location".

Fixed

  • Respect linesStartAt1 and columnsStartAt1 options.
  • Fix occasional breakpointLocations command exception.
  • Fix stopped at first event in main module cannot display stack frames when using onlyDebugGlob option.

1.0.1

Added

  • Allow to set breakpoints on files which has same digest of sources.

Fixed

  • Fix variables pane sometimes flooding by Typenv__Envaux_hack.Error(...).
  • Fix inspect array variables cause infinite loading.

1.0.0

Initial release.