hackwaly/ocamlearlybird

OCaml 5 support

sim642 opened this issue · 1 comments

sim642 commented

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 ocaml/ocaml#11065 slightly changed the ocamldebug protocol to support fibers, so those protocol changes should be conditionally supported in earlybird as well.

sim642 commented

Closed by 09890a5.