Skip to content

Not working with Python 3.13 #1907

@Danau5tin

Description

@Danau5tin

Environment data

  • debugpy version: 1.8.13
  • OS and version: MacOS 15.1
  • Python version (& distribution if applicable, e.g. Anaconda): Python 3.13.2
  • Using VS Code or Visual Studio: VSCode

Actual behavior

AssertionError: <code object _call_with_frames_removed at 0x1021c8570, file "<frozen importlib._bootstrap>", line 480> != <code object PyInit__frozenlist at 0x10a077b80, file "frozenlist/_frozenlist.pyx", line 1>

Expected behavior

Able to run minimal script

Steps to reproduce:

Install Datasets package and try to run this script with debugger:

from datasets import Dataset

if __name__ == "__main__":
    print("hi")

Metadata

Metadata

Assignees

Labels

externalThe issue is caused by external component interacting with debugpyuser responded

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions