mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
This version preserves the order of requests, allows the client to switch between API versions and introduces a way to send notifications to the client (see TODO item at: proc/proc_linux.go:325). Fixes #523, #571