Skip to content

Commit

Permalink
Fix disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 27, 2024
1 parent 53eee56 commit 4814eb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/debugger_requests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -978,6 +978,8 @@ end
function disconnect_request(debug_session::DebugSession, params::DisconnectArguments)
@debug "disconnect_request"

DebugEngines.terminate(debug_session.debug_engine)

put!(debug_session.next_cmd, (cmd = :terminate,))

return DisconnectResponseArguments()
Expand Down

0 comments on commit 4814eb6

Please sign in to comment.