package earlybird

  1. Overview
  2. Docs
Debug adapter for OCaml 4.11

Install

Dune Dependency

Authors

Maintainers

Sources

earlybird-1.1.0.tbz
sha256=aae7257fa73a502ea808eb5c3f3bf9fa0218cedf43342289ca44f03b32839fdf
sha512=c1b3e24a52c8c6a4e757b9aae6b2d39131d65df401d35f7a35e175fc12d3ea964e92b7a28d24df6e5d026fd194460f994ba8cecf81fd41e8134f09a5e31973b1

CHANGELOG.md.html

1.1.0 - 2021-03-31

Added

  • Added OCaml 4.12.0 Support. Note: Ocamlearlybird built under ocamlc 4.12 can not debug bytecode produced by ocamlc 4.11, and vice versa.

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.