It is possible to compile OCaml programs to bytecode that use the native unix threads library. See https://ocaml.github.io/ocamlunix/threads.html
My question is: what happens when you try to debug such a program using ocamldebug? Is this supported?
It is possible to compile OCaml programs to bytecode that use the native unix threads library. See https://ocaml.github.io/ocamlunix/threads.html
My question is: what happens when you try to debug such a program using ocamldebug? Is this supported?