Feature request
Implement breakpoint-based debugging for code running inside the WebContainers environment.
Motivation
Monaco Editor already supports breakpoint UI. This was requested by multiple users.
Proposed approach
- Enable Monaco's breakpoint glyph margin
- Use Node's --inspect flag inside WebContainers to expose a debug socket
- Connect a DAP client to that socket
Feature request
Implement breakpoint-based debugging for code running inside the WebContainers environment.
Motivation
Monaco Editor already supports breakpoint UI. This was requested by multiple users.
Proposed approach