DAP multiplexer: connect your editor, your REPL, your debugger (and more) all working together in a single debug session durable across tool failures
Summary
An overview of dap-mux, an open-source DAP proxy that lets a code editor, REPL, and debugger share a single session. It explains how editors and REPLs connect to the same debug session, replay state for late joiners, and an IPython extension for the REPL frontend, with installation and usage details.