Skip to content

Commit

Permalink
Merge pull request #85 from julia-vscode/fix-disconnect
Browse files Browse the repository at this point in the history
Fix disconnect
  • Loading branch information
davidanthoff authored Jul 27, 2024
2 parents a8d907e + 4814eb6 commit 6613ed2
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 @@ -987,6 +987,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 6613ed2

Please sign in to comment.