libmonda
libmonda copied to clipboard
Make OCaml native debugging awesome
I couldn't verify that it builds, since I assume this requires some custom fork of OCaml.
I had to apply those small changes to be able to execute ```opam install -j4 -y libmonda-gdb```.
Installing libmonda today yields the following error: ``` $ opam remote add monda -k git https://github.com/mshinwell/opam-repo-dev && opam switch -j4 4.05.0+monda $ opam config env $ opam install -j4 -y...
Is there a way to enable pythonscript while building gdb-ocaml ? This is needed to have support from more IDEs such as qt-creator.
As has been thought about
At link time record the paths used to locate various compilation artifacts; these could then be used to augment the .cmt search path in the debugger. This should mean that...
That is http://mshinwell.github.io/libmonda/
It shouldn't just say "x = 0" when there is a better error to be printed.
Set breakpoint on Flambda_to_clambda.to_clambda Look at the "env" argument. The value has six fields but the extracted type has 14. Six is correct for Flambda_to_clambda.Env.t. It looks like it's found...
- Boxed values of polymorphic variant type are currently not printed at all. - @lpw25 claims that the existing code isn't correct in any case.