Show HN: Dap-mux – Connect your editor and REPL to the same debug session
Category: devtools
Tags: debugger, dap, repl, proxy, python, tooling
Score: 6.5/10 (Innovation: 6, Technical: 7, Documentation: 7, Utility: 6)
dap-mux is a Debug Adapter Protocol (DAP) proxy that enables multiple DAP clients, such as editors and REPLs, to simultaneously share a single debugging session. It aims to unite the visual breakpoint and source context of an editor with the full expression evaluation and stepping power of a REPL, using a composable, Unix-philosophy approach. The project is interesting for its practical solution to a common debugging tension and its modular design that supports any DAP-capable tool.
Target audience: backend devs, data engineers, devops
Repository: https://github.com/dap-mux/dap-mux · Python · MIT · 10 stars
View on Hacker News