~theo/edap

Emacs client for dap

c210ac1 Make process

~theo pushed to ~theo/edap git

7 months ago

3212049 Add initial README.md

~theo pushed to ~theo/edap git

7 months ago

#Edap

This is a client for the Debug Adapter Protocol in Emacs. This package defines a minor mode able to communicate with different debug adapters that adhere to the spec.

#M-x edap

This should be all that is required for the user to start a debug session. Edap will instrument the debugger and provide the user with commands to set breakpoints, step in/out etc.

#Starter guide for first time users

Because java has a decent debugger, and I have to work in java at the moment, its debugger should suit us fine as a starting point. Clone the follow the instructions provided here, then run M-x edap.