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")
Environment data
Actual behavior
Expected behavior
Able to run minimal script
Steps to reproduce:
Install Datasets package and try to run this script with debugger: