---
title: Set breakpoints and debug your Workers tests with @cloudflare/vitest-pool-workers
image: https://developers.cloudflare.com/changelog-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/changelog/llms.txt  
> Use this file to discover all available pages before exploring further. 

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## Set breakpoints and debug your Workers tests with @cloudflare/vitest-pool-workers

Mar 13, 2025 

[ Workers ](https://developers.cloudflare.com/workers/) 

You can now debug your Workers tests with our [Vitest integration](https://developers.cloudflare.com/workers/testing/vitest-integration/) by running the following command:

Terminal window

```
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](https://developers.cloudflare.com/workers/testing/vitest-integration/debugging/).

```json
{"@context":"https://schema.org","@type":"BlogPosting","@id":"https://developers.cloudflare.com/changelog/post/2025-03-14-breakpoint-debugging-with-vitest/#page","headline":"Set breakpoints and debug your Workers tests with @cloudflare/vitest-pool-workers · Changelog","description":"You can now debug your workers tests with the Workers \u003c> Vitest integration","url":"https://developers.cloudflare.com/changelog/post/2025-03-14-breakpoint-debugging-with-vitest/","inLanguage":"en","image":"https://developers.cloudflare.com/changelog-preview.png","dateModified":"2025-03-13","datePublished":"2025-03-13","publisher":{"@type":"Organization","name":"Cloudflare","url":"https://www.cloudflare.com/"},"isPartOf":{"@type":"WebSite","@id":"https://developers.cloudflare.com/#website","name":"Cloudflare Docs","url":"https://developers.cloudflare.com/"}}
```
