Skip to content

Commit d3ee4ad

Browse files
authored
replay subcommand must keep trace directory. (#4184)
1 parent 5ed0ad3 commit d3ee4ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/dlv/cmds/commands.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -435,6 +435,7 @@ https://github.com/mozilla/rr
435435
},
436436
Run: func(cmd *cobra.Command, args []string) {
437437
backend = "rr"
438+
rrDelOnDetach = false
438439
os.Exit(execute(0, []string{}, conf, args[0], debugger.ExecutingOther, args, buildFlags))
439440
},
440441
ValidArgsFunction: func(cmd *cobra.Command, args []string, toComplete string) ([]string, cobra.ShellCompDirective) {

0 commit comments

Comments
 (0)