mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
cmd/dlv: add flag to make headless server accept multiple clients
This commit is contained in:
@ -16,4 +16,7 @@ type Config struct {
|
||||
// AttachPid is the PID of an existing process to which the debugger should
|
||||
// attach.
|
||||
AttachPid int
|
||||
// AcceptMulti configures the server to accept multiple connection
|
||||
// Note that the server API is not reentrant and clients will have to coordinate
|
||||
AcceptMulti bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user