debug: correlate debug sessions to testing, delegate restarts (#214537)

Implements #214486
This commit is contained in:
Connor Peet
2024-06-07 06:15:59 +02:00
committed by GitHub
parent f89375854f
commit e2bf3453f5
16 changed files with 154 additions and 27 deletions
@@ -329,6 +329,7 @@ export class MainThreadDebugService implements MainThreadDebugServiceShape, IDeb
compact: options.compact,
compoundRoot: parentSession?.compoundRoot,
saveBeforeRestart: saveBeforeStart,
testRun: options.testRun,
suppressDebugStatusbar: options.suppressDebugStatusbar,
suppressDebugToolbar: options.suppressDebugToolbar,