debug skills for ocaml #770
wanghuibin0
started this conversation in
General
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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