Hi! Did you consider adding support for the Debug Adapter Protocol?
By doing so, you would remove the need of "building-your-own-ui" and provide seamless integration of the cauder debugger with editors supporting DAP, including VS Code and Emacs.
Here's an example of how we wrapped OTP's debugger into DAP: https://erlang-ls.github.io/articles/tutorial-debugger/
Source code at: https://github.com/erlang-ls/erlang_ls/tree/main/apps/els_dap
Hi! Did you consider adding support for the Debug Adapter Protocol?
By doing so, you would remove the need of "building-your-own-ui" and provide seamless integration of the
cauderdebugger with editors supporting DAP, including VS Code and Emacs.Here's an example of how we wrapped OTP's debugger into DAP: https://erlang-ls.github.io/articles/tutorial-debugger/
Source code at: https://github.com/erlang-ls/erlang_ls/tree/main/apps/els_dap