Vitest Repro pnpm install code test/the.test.js Set breakpoint at line 3 of the test file Start debugging session using 'Debug - vitest' configuration Wait for debugger to attach Press 'Step into' until you're in add function implementation Press 'Step over' and see that debugger highlights invalid line How it should work pnpm install code test/the.test.js Set breakpoint at line 3 of the test file Start debugging session using 'Debug - node' configuration Wait for debugger to attach Press 'Step into' until you're in add function implementation Press 'Step over' and see that debugger highlights invalid line