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