# pvbatch - vscode - debugpy

**URL:** https://discourse.paraview.org/t/pvbatch-vscode-debugpy/17469
**Category:** ParaView Support
**Tags:** python
**Created:** [March 10, 2026, 2:29pm UTC](https://discourse.paraview.org/t/pvbatch-vscode-debugpy/17469 "2026-03-10T14:29:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![paul18fr](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/p/35a633/32.png) [@paul18fr](https://discourse.paraview.org/u/paul18fr)
#### Post date: [March 10, 2026, 2:29pm UTC](https://discourse.paraview.org/t/pvbatch-vscode-debugpy/17469/1 "2026-03-10T14:29:19Z")

</div>

Hi

Does somebody have ever experienced using pvbatch with vscode + its debugger (debugpy)?

Indeed, ‘debugpy’ has not been included into Paraview python packages (it has been installed into my venv but the process is here a pvbatch child)

```auto
ModuleNotFoundError: No module named 'debugpy'

```

Thanks for your time

Paul

---

<div class="post-metadata">

### Author: ![danlipsa](https://discourse.paraview.org/user_avatar/discourse.paraview.org/danlipsa/32/1563_2.png) [@danlipsa](https://discourse.paraview.org/u/danlipsa)
#### Post date: [March 10, 2026, 3:08pm UTC](https://discourse.paraview.org/t/pvbatch-vscode-debugpy/17469/2 "2026-03-10T15:08:08Z")

</div>

See the following blog on how to use a venv to include additional packages, including matching venv package versions with package versions included in paraview:

[https://www.kitware.com/bridging-data-and-visualization-interactive-scientific-exploration-with-vtk-xarray-interoperability/](https://www.kitware.com/bridging-data-and-visualization-interactive-scientific-exploration-with-vtk-xarray-interoperability/)

The relevant section is: Using the XarrayCFReader plugin in ParaView

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [March 10, 2026, 5:51pm UTC](https://discourse.paraview.org/t/pvbatch-vscode-debugpy/17469/3 "2026-03-10T17:51:01Z")

</div>

Or use `pdb` instead.
