pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel py-debugpy: added version 1.5.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41e498f1aaab
branches:  trunk
changeset: 372857:41e498f1aaab
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 31 18:38:33 2022 +0000

description:
py-debugpy: added version 1.5.1

debugpy is an implementation of the Debug Adapter Protocol for Python.

diffstat:

 devel/Makefile            |    3 +-
 devel/py-debugpy/DESCR    |    1 +
 devel/py-debugpy/Makefile |   23 +
 devel/py-debugpy/PLIST    |  769 ++++++++++++++++++++++++++++++++++++++++++++++
 devel/py-debugpy/distinfo |    5 +
 5 files changed, 800 insertions(+), 1 deletions(-)

diffs (truncated from 831 to 300 lines):

diff -r 45e148abefc5 -r 41e498f1aaab devel/Makefile
--- a/devel/Makefile    Mon Jan 31 18:19:36 2022 +0000
+++ b/devel/Makefile    Mon Jan 31 18:38:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3571 2022/01/31 17:47:22 adam Exp $
+# $NetBSD: Makefile,v 1.3572 2022/01/31 18:38:33 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2274,6 +2274,7 @@
 SUBDIR+=       py-darcsver
 SUBDIR+=       py-dash
 SUBDIR+=       py-ddt
+SUBDIR+=       py-debugpy
 SUBDIR+=       py-decorator
 SUBDIR+=       py-deepstate
 SUBDIR+=       py-deprecated
diff -r 45e148abefc5 -r 41e498f1aaab devel/py-debugpy/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-debugpy/DESCR    Mon Jan 31 18:38:33 2022 +0000
@@ -0,0 +1,1 @@
+debugpy is an implementation of the Debug Adapter Protocol for Python.
diff -r 45e148abefc5 -r 41e498f1aaab devel/py-debugpy/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-debugpy/Makefile Mon Jan 31 18:38:33 2022 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2022/01/31 18:38:33 adam Exp $
+
+DISTNAME=      debugpy-1.5.1
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=d/debugpy/}
+EXTRACT_SUFX=  .zip
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/microsoft/debugpy
+COMMENT=       Implementation of the Debug Adapter Protocol for Python
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+post-extract:
+       ${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} +
+       ${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} +
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 45e148abefc5 -r 41e498f1aaab devel/py-debugpy/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-debugpy/PLIST    Mon Jan 31 18:38:33 2022 +0000
@@ -0,0 +1,769 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/31 18:38:33 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/debugpy/ThirdPartyNotices.txt
+${PYSITELIB}/debugpy/__init__.py
+${PYSITELIB}/debugpy/__init__.pyc
+${PYSITELIB}/debugpy/__init__.pyo
+${PYSITELIB}/debugpy/__main__.py
+${PYSITELIB}/debugpy/__main__.pyc
+${PYSITELIB}/debugpy/__main__.pyo
+${PYSITELIB}/debugpy/_vendored/__init__.py
+${PYSITELIB}/debugpy/_vendored/__init__.pyc
+${PYSITELIB}/debugpy/_vendored/__init__.pyo
+${PYSITELIB}/debugpy/_vendored/_pydevd_packaging.py
+${PYSITELIB}/debugpy/_vendored/_pydevd_packaging.pyc
+${PYSITELIB}/debugpy/_vendored/_pydevd_packaging.pyo
+${PYSITELIB}/debugpy/_vendored/_util.py
+${PYSITELIB}/debugpy/_vendored/_util.pyc
+${PYSITELIB}/debugpy/_vendored/_util.pyo
+${PYSITELIB}/debugpy/_vendored/force_pydevd.py
+${PYSITELIB}/debugpy/_vendored/force_pydevd.pyc
+${PYSITELIB}/debugpy/_vendored/force_pydevd.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/__init__.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/__init__.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/__init__.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_imports_tipper.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_imports_tipper.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_imports_tipper.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/__init__.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/__init__.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/__init__.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/scandir_vendored.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/scandir_vendored.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/scandir_vendored.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_import_hook.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_import_hook.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_import_hook.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_imports.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_imports.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_imports.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_is_thread_alive.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_is_thread_alive.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_is_thread_alive.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_override.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_override.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_override.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_versioncheck.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_versioncheck.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_bundle/pydev_versioncheck.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/__init__.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/__init__.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/__init__.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_BaseHTTPServer.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_BaseHTTPServer.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_BaseHTTPServer.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_SimpleXMLRPCServer.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_SocketServer.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_execfile.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_execfile.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_execfile.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_inspect.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_pkgutil_old.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_saved_modules.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_saved_modules.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_saved_modules.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_sys_patch.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_sys_patch.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_sys_patch.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_imps/_pydev_xmlrpclib.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/__init__.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/__init__.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/__init__.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_coverage.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_coverage.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_coverage.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_nose.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_nose.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_nose.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel_client.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel_client.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel_client.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/__init__.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/__init__.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/__init__.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__init__.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__init__.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__init__.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocol.json
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_base_schema.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_base_schema.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema_log.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema_log.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevconsole_code_for_ironpython.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm_constants.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm_constants.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm_constants.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_custom_frames.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_custom_frames.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_custom_frames.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.c
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pxd
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pyx
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython_wrapper.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython_wrapper.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython_wrapper.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_defaults.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_defaults.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_defaults.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace_files.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace_files.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace_files.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec2.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec2.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec2.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_api.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_api.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_api.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_utils.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_utils.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_utils.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_import_class.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_import_class.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_import_class.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.pyc
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.pyo
+${PYSITELIB}/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_json_debug_options.py



Home | Main Index | Thread Index | Old Index