debug skills for ocaml #770
Replies: 2 comments 1 reply
-
I don't have much experience with ocamldebug My main approach to triaging bugs in Sail is to write test cases that target specific code paths, and then using the debugging flags/attributes we have to get detailed information on the rewrite and compilation passes. For example if I'm trying to fix a rewrite I'll use the |
Beta Was this translation helpful? Give feedback.
-
As of 725cbde ocamldebug should now work |
Beta Was this translation helpful? Give feedback.
-
I'm going to working on sail project, but unfamiliar with ocaml.
I feel that ocamldebug is somewhat difficult to use.
Is there any other useful tools for debugging ocaml, or some debugging skills for ocaml?
What's your experience?
Beta Was this translation helpful? Give feedback.
All reactions