You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then you need to create the correct launch.json which is not automated at the moment. I've been manually creating files like so (swapping in the program name as necessary):
It would be worth adding documentation for describing how to get earlybird working with dap-mode in Emacs.
Using
dap-mode
plusdap-ocaml
it is possible to start a debugging session. The configuration I have usesuse-package
and looks like:Then you need to create the correct
launch.json
which is not automated at the moment. I've been manually creating files like so (swapping in the program name as necessary):I posted my setup here https://lambdafoo.com/posts/2024-03-25-ocaml-debugging-with-emacs.html
The text was updated successfully, but these errors were encountered: