diff --git a/src/cli/test_command.zig b/src/cli/test_command.zig index 24f7d3fd1b064d..a822cb37b1751d 100644 --- a/src/cli/test_command.zig +++ b/src/cli/test_command.zig @@ -850,6 +850,9 @@ pub const TestCommand = struct { // Start the debugger before we scan for files // But, don't block the main thread waiting if they used --inspect-wait. + // + try vm.ensureDebugger(false); + const test_files, const search_count = scan: { if (for (ctx.positionals) |arg| { if (std.fs.path.isAbsolute(arg) or