package earlybird
Debug adapter for OCaml 4.11
Install
Dune Dependency
Authors
Maintainers
Sources
earlybird-1.0.2.tbz
sha256=c370e2e6d1d33960e9c34d95bbf5d730a1ad0e4daab57980aadaa6e8697b225a
sha512=e5e11a422bb8a04705be7e563bd7c15a1a7a106e713a58291292c5754a8a3f196155593a21c2137b40466415dd0076f04b7eb8a2e0b9f58fa8763641021922e6
doc/CHANGELOG.html
1.0.2 (beta2) - 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.