Skip to content

Releases: hackwaly/ocamlearlybird

1.3.2

25 Feb 10:14
054ed8d
Compare
Choose a tag to compare

CHANGES:

Added

  • Add OCaml 5.2 support (#60, #61).

1.3.1

11 Jan 11:59
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Fix bytecode-only installation (#55).

1.3.0

05 Jan 09:34
Compare
Choose a tag to compare

CHANGES:

Added

  • Add opaque value inspection using runtime representation (#9, #52, #53).

1.2.1

18 Aug 15:34
Compare
Choose a tag to compare

CHANGES:

Added

  • Add OCaml 5.1 support.

1.2.0

11 Jul 18:48
Compare
Choose a tag to compare

CHANGES:

Added

  • Add OCaml 4.13, 4.14 and 5.0 support.
  • Add --version command line option.

Changed

Fixed

  • Fix being stuck if program doesn't exist (#49).

Removed

  • Remove OCaml 4.11 support.

1.1.0

31 Mar 11:22
Compare
Choose a tag to compare

CHANGES:

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

23 Feb 14:35
Compare
Choose a tag to compare

CHANGES:

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

22 Feb 03:48
Compare
Choose a tag to compare

CHANGES:

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

20 Feb 08:04
Compare
Choose a tag to compare

CHANGES:

Beta2 release.

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

29 Jan 05:09
Compare
Choose a tag to compare

CHANGES:

Initial release.