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