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, }