mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +08:00
Implements extensible mechanism to specify which commands accept prefixes (goroutine, frame, on) instead of hardcoding them in a switch. Implements #240