microsoft/debugpy

Can't enter core python libraries in debug mode

Batman-q96 opened this issue · 0 comments

I am unable to step through core python libraries when debugging python code

With justMyCode set to false i'm able to enter 3rd party libraries, but I can't step into core python libs like datetime or math

Example code block

import datetime # can't enter this module
import pydantic # can enter here
import math # can't enter this one again

Additional context: I am using python v 3.12.2 installed in a local venv