dlv dap: pass disable-aslr to backend (#2965)
Co-authored-by: Polina Sokolova <polinasok@users.noreply.github.com>
This commit is contained in:
parent
362522c6e6
commit
a5532eb985
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user