Co-authored-by: Johan Mabille <johan.mabille@gmail.com>
@@ -157,6 +157,8 @@ describe('protocol', () => {
break;
}
case 'stopped':
+ const msg = event as DebugProtocol.StoppedEvent;
+ threadId = msg.body.threadId!;
stoppedFuture.resolve();
default: