-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Vitest Integration] Add breakpoint debugging changelog entry #20755
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| --- | ||
| title: Enable breakpoint debugging with vitest-pool-workers | ||
| description: You can now debug your workers tests with our vitest integration | ||
edmundhung marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| products: | ||
| - workers | ||
| date: 2025-03-14T14:00:00Z | ||
|
||
| --- | ||
|
|
||
| You can now debug your Workers tests with our [Vitest integration](/workers/testing/vitest-integration/) by running the following command: | ||
|
|
||
| ```sh | ||
| vitest --inspect --no-file-parallelism | ||
| ``` | ||
|
|
||
| Attach a debugger to the port 9229 and you can start stepping through your Workers tests. This is available with `@cloudflare/vitest-pool-workers` v0.7.5 or later. | ||
|
|
||
| Learn more in our [documentation](/workers/testing/vitest-integration/debugging/). | ||
Uh oh!
There was an error while loading. Please reload this page.