Skip to content

Commit

Permalink
Fix failed to follow spec on "disconnect"
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Dec 4, 2024
1 parent 37f138a commit ff4a1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -2440,7 +2440,7 @@ connection. CONN is inferred for interactive invocations."
(dape--kill-buffers 'skip-process-buffers)
(dape--with-request
(dape-request conn "disconnect"
(list :terminateDebuggee nil))
(list :terminateDebuggee :json-false))
(jsonrpc-shutdown conn)
(dape--kill-buffers)))

Expand Down

0 comments on commit ff4a1e0

Please sign in to comment.