diff options
Diffstat (limited to 'src/cli/test_command.zig')
-rw-r--r-- | src/cli/test_command.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/test_command.zig b/src/cli/test_command.zig index 912558837..b9acc40cf 100644 --- a/src/cli/test_command.zig +++ b/src/cli/test_command.zig @@ -476,7 +476,7 @@ pub const TestCommand = struct { // in the future we should investigate if refactoring this to not // rely on the dir fd yields a performance improvement true, - .inspector = if (ctx.debug.inspect_break) .breakpoint else .none, + .inspector = ctx.debug.inspector, }, ); vm.argv = ctx.passthrough; |