You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.
pydevd has a list of files that are excluded from tracing in pydevd_dont_trace_files.py. It's a dict, so we can add our own entries to it after loading that module.
The text was updated successfully, but these errors were encountered:
It would probably have to be done as part of JMC, but it looks like it might have some minor perf benefits outside of that, even if we just add hardcoded list of our .py files there.
@int19h Files in that list have pydevd_ prefix. We may need to put similar prefix ptvsd_ for that to work correctly, without out accidentally hiding users' files. What do you think?
pydevd has a list of files that are excluded from tracing in
pydevd_dont_trace_files.py
. It's a dict, so we can add our own entries to it after loading that module.The text was updated successfully, but these errors were encountered: