Skip to content

How can I run a debugger against the codebase? #143

Answered by ahelwer
ahelwer asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately after a lot of experimentation I've found that debugging in ocaml is simply too immature to rely on for development. It is very finicky to set up and will often fail to find events or source code when setting breakpoints. So despite all the work to figure this out I am not using it. A good alternative is to use the utop REPL, which you can activate by running opam install utop then dune utop to open a REPL with all the TLAPM libraries available.

Replies: 2 comments

Comment options

ahelwer
Jul 14, 2024
Maintainer Author

You must be logged in to vote
0 replies
Comment options

ahelwer
Aug 8, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by ahelwer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant