1 parent 843a807 commit 652ff6cCopy full SHA for 652ff6c
1 file changed
src/client/debugger/Main.ts
@@ -166,6 +166,7 @@ export class PythonDebugger extends LoggingDebugSession {
166
private onPythonProcessLoaded(pyThread?: IPythonThread) {
167
if (this.entryResponse) {
168
this.sendResponse(this.entryResponse);
169
+ this.entryResponse = undefined;
170
}
171
this.debuggerLoadedPromiseResolve();
172
if (this.launchArgs && !this.launchArgs.console) {
0 commit comments