package earlybird
Debug adapter for OCaml 4.11
Install
Dune Dependency
Authors
Maintainers
Sources
earlybird-1.0.3.tbz
sha256=f1a4de803d308eb2cb61bf9f8b0b77211d7526edd4a10753fc11dc3be754795f
sha512=335b431a94777d34dfccc619701521ddeb2df1af7de60273594b5d58a72121093189b711896a7d3580e55f26034a67d664ceb4b1386bbbfd4c1d8f1b5bf2b807
doc/CHANGELOG.html
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.