Skip to content

Commit

Permalink
DEBUG: don't terminate debuggee in test request
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Jul 15, 2022
1 parent 531d1dd commit 400b00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/protocol/restart_raw_dap_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def test_restart_works_correctly_1644070899
command: "disconnect",
arguments: {
restart: true,
terminateDebuggee: true
terminateDebuggee: false
},
type: "request"
},
Expand Down

0 comments on commit 400b00d

Please sign in to comment.