Skip to content

Commit 873ba26

Browse files
committed
Revert "fix #96 emit stoppedEvent after sendingResponse"
This reverts commit 7e0d24a.
1 parent 7e0d24a commit 873ba26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DebugSession/DebugSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,8 +666,8 @@ export class WARDuinoDebugSession extends LoggingDebugSession {
666666

667667
protected async nextRequest(response: DebugProtocol.NextResponse, args: DebugProtocol.NextArguments): Promise<void> {
668668
console.log('nextRequest');
669-
this.sendResponse(response);
670669
await this.debugBridge?.step();
670+
this.sendResponse(response);
671671
}
672672

673673
protected stepBackRequest(response: DebugProtocol.StepBackResponse, args: DebugProtocol.StepBackArguments, request?: DebugProtocol.Request): void {

0 commit comments

Comments
 (0)