hackwaly / ocamlearlybird

OCaml debug adapter
MIT License
208 stars 23 forks source link

OCaml 5 support #45

Closed sim642 closed 1 year ago

sim642 commented 1 year ago

Although the project now compiles under OCaml 5 with its changes to compiler-libs, debugging itself does not work. The debugged program just segfaults after the first debugger operation.

Looks like https://github.com/ocaml/ocaml/pull/11065 slightly changed the ocamldebug protocol to support fibers, so those protocol changes should be conditionally supported in earlybird as well.

sim642 commented 1 year ago

Closed by 09890a5209af85c85545033cbb1a91a3a94d2805.