mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
dlv dap: pass disable-aslr to backend (#2965)
Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
This commit is contained in:
@ -480,6 +480,7 @@ func dapCmd(cmd *cobra.Command, args []string) {
|
||||
Foreground: true, // server always runs without terminal client
|
||||
DebugInfoDirectories: conf.DebugInfoDirectories,
|
||||
CheckGoVersion: checkGoVersion,
|
||||
DisableASLR: disableASLR,
|
||||
},
|
||||
CheckLocalConnUser: checkLocalConnUser,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user