From a5532eb985b01ded40253e95585900c7a6b488dd Mon Sep 17 00:00:00 2001 From: polinasok <51177946+polinasok@users.noreply.github.com> Date: Tue, 12 Apr 2022 14:20:22 -0700 Subject: [PATCH] dlv dap: pass disable-aslr to backend (#2965) Co-authored-by: Polina Sokolova --- cmd/dlv/cmds/commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/dlv/cmds/commands.go b/cmd/dlv/cmds/commands.go index a25bf727..4fef8d51 100644 --- a/cmd/dlv/cmds/commands.go +++ b/cmd/dlv/cmds/commands.go @@ -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, }