Skip to content

Commit 5d91fbc

Browse files
committed
fix: block when debug python code
disconnect to debugpy that has closed Log: Change-Id: Ia57b8165dd7d2547c5053aee1776be22d2ac8f9b
1 parent 1ff2547 commit 5d91fbc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/plugins/debugger/dap/debugsession.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,6 @@ void DebugSession::setName(string &_name)
785785
void DebugSession::shutdown()
786786
{
787787
if (raw) {
788-
raw->disconnect({});
789788
raw.reset(nullptr);
790789
}
791790
}

0 commit comments

Comments
 (0)