You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whew, good job catching this! I've investigated and it seems that our main debug run spawns multiple "debug sessions" underneath. The child process that's used to evaluate the config gets its own "debug session", and as it sucessfully closes the session calls onDidTerminateDebugSession. I'll see if we can limit this to only listen for the main debug run.
Not possible to debug todomvc after microsoft/playwright-vscode@4328be9
Repro: Set a breakpoint in
should allow me to add todo items
and try to debug it.The text was updated successfully, but these errors were encountered: