-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot properly debug #35
Comments
(not sure if that helps but here is my vitest config)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Source maps are somehow misaligned.
I have a simple test like below:
When I put a breakpoint at the first line and debug the test, it will print the following:
Debug adapter reported a frame at line 26 column 2, but: Cursor position outside buffer. Ensure executable is up2date and if using a source mapping ensure it is correct
In other cases (some additional lines before the test, or breakpoint in the middle) it will maybe go through a couple lines and then go into vitest's module code. On webstorm debugging my project with vitest works fine
Test is being run (not debugged) fine
The text was updated successfully, but these errors were encountered: