mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 12:01:35 +08:00
service/dap: misc remote attach improvements (#2778)
Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
This commit is contained in:
@ -195,6 +195,7 @@ func (m *SubstitutePath) UnmarshalJSON(data []byte) error {
|
||||
type AttachConfig struct {
|
||||
// Acceptable values are:
|
||||
// "local": attaches to the local process with the given ProcessID.
|
||||
// "remote": expects the debugger to already be running to "attach" to an in-progress debug session.
|
||||
//
|
||||
// Default is "local".
|
||||
Mode string `json:"mode"`
|
||||
|
||||
Reference in New Issue
Block a user