Skip to content

Regression: ipykernel 6.30.0 breaks VSCode debugging #1412

@GugelRobin

Description

@GugelRobin

Dear developer community,

Using ipykernel 6.30.0 starting a debug session in VSCode doesn't hit any breakpoints (and doesn't execute anything)

Image

I started the debug session like this:

Image

After a painful debugging session I discovered that downgrading ipykernel to the version 6.29.5 fixed the issue.

Image

I'm using VSCode Version: 1.102.2
and the Jupyter Extension from Microsoft (ms-toolsai.jupyter) Version: 2025.6.0
My operating system: macOS Sequoia Version 15.5

Reproduction steps:

In a fresh folder

python -m venv .venv
source .venv/bin/activate
pip install jupyterlab
<start debugging session in an arbitrary .ipynb file using ".venv/bin/python" as the kernel>
<observe no breakpoints being hit>

I tested with python3.11 and python3.13

If you cannot reproduce the bug I'm happy to provide additional environment information.

Best regards,
Robin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions