Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created November 20, 2020 06:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/4d65469cfea68e3c619cada3c04567bb to your computer and use it in GitHub Desktop.
Save r-ryantm/4d65469cfea68e3c619cada3c04567bb to your computer and use it in GitHub Desktop.
/nix/store/w65w4m06nlkxa0jc5ly7j8y3xbbbp6fz-python2.7-debugpy-1.2.0
├── lib
│   └── python2.7
│   └── site-packages
│   ├── debugpy
│   │   ├── adapter
│   │   │   ├── clients.py
│   │   │   ├── clients.pyc
│   │   │   ├── components.py
│   │   │   ├── components.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── __init__.pyo
│   │   │   ├── launchers.py
│   │   │   ├── launchers.pyc
│   │   │   ├── __main__.py
│   │   │   ├── __main__.pyc
│   │   │   ├── servers.py
│   │   │   ├── servers.pyc
│   │   │   ├── sessions.py
│   │   │   └── sessions.pyc
│   │   ├── common
│   │   │   ├── compat.py
│   │   │   ├── compat.pyc
│   │   │   ├── compat.pyo
│   │   │   ├── fmt.py
│   │   │   ├── fmt.pyc
│   │   │   ├── fmt.pyo
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── __init__.pyo
│   │   │   ├── json.py
│   │   │   ├── json.pyc
│   │   │   ├── json.pyo
│   │   │   ├── log.py
│   │   │   ├── log.pyc
│   │   │   ├── log.pyo
│   │   │   ├── messaging.py
│   │   │   ├── messaging.pyc
│   │   │   ├── messaging.pyo
│   │   │   ├── modules.py
│   │   │   ├── modules.pyc
│   │   │   ├── __pycache__
│   │   │   │   ├── compat.cpython-27-PYTEST.pyc
│   │   │   │   ├── fmt.cpython-27-PYTEST.pyc
│   │   │   │   ├── json.cpython-27-PYTEST.pyc
│   │   │   │   ├── log.cpython-27-PYTEST.pyc
│   │   │   │   ├── messaging.cpython-27-PYTEST.pyc
│   │   │   │   ├── sockets.cpython-27-PYTEST.pyc
│   │   │   │   ├── timestamp.cpython-27-PYTEST.pyc
│   │   │   │   └── util.cpython-27-PYTEST.pyc
│   │   │   ├── singleton.py
│   │   │   ├── singleton.pyc
│   │   │   ├── sockets.py
│   │   │   ├── sockets.pyc
│   │   │   ├── sockets.pyo
│   │   │   ├── stacks.py
│   │   │   ├── stacks.pyc
│   │   │   ├── timestamp.py
│   │   │   ├── timestamp.pyc
│   │   │   ├── timestamp.pyo
│   │   │   ├── util.py
│   │   │   ├── util.pyc
│   │   │   └── util.pyo
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __init__.pyo
│   │   ├── launcher
│   │   │   ├── debuggee.py
│   │   │   ├── debuggee.pyc
│   │   │   ├── handlers.py
│   │   │   ├── handlers.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── __main__.py
│   │   │   ├── __main__.pyc
│   │   │   ├── output.py
│   │   │   ├── output.pyc
│   │   │   ├── winapi.py
│   │   │   └── winapi.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── __pycache__
│   │   ├── server
│   │   │   ├── api.py
│   │   │   ├── api.pyc
│   │   │   ├── api.pyo
│   │   │   ├── attach_pid_injected.py
│   │   │   ├── attach_pid_injected.pyc
│   │   │   ├── cli.py
│   │   │   ├── cli.pyc
│   │   │   ├── cli.pyo
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── __init__.pyo
│   │   ├── ThirdPartyNotices.txt
│   │   ├── _vendored
│   │   │   ├── force_pydevd.py
│   │   │   ├── force_pydevd.pyc
│   │   │   ├── force_pydevd.pyo
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── __init__.pyo
│   │   │   ├── pydevd
│   │   │   │   ├── pydev_app_engine_debug_startup.py
│   │   │   │   ├── pydev_app_engine_debug_startup.pyc
│   │   │   │   ├── _pydev_bundle
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   ├── _pydev_calltip_util.py
│   │   │   │   │   ├── _pydev_calltip_util.pyc
│   │   │   │   │   ├── _pydev_calltip_util.pyo
│   │   │   │   │   ├── _pydev_completer.py
│   │   │   │   │   ├── _pydev_completer.pyc
│   │   │   │   │   ├── _pydev_completer.pyo
│   │   │   │   │   ├── pydev_console_utils.py
│   │   │   │   │   ├── pydev_console_utils.pyc
│   │   │   │   │   ├── pydev_console_utils.pyo
│   │   │   │   │   ├── _pydev_filesystem_encoding.py
│   │   │   │   │   ├── _pydev_filesystem_encoding.pyc
│   │   │   │   │   ├── _pydev_filesystem_encoding.pyo
│   │   │   │   │   ├── _pydev_getopt.py
│   │   │   │   │   ├── _pydev_getopt.pyc
│   │   │   │   │   ├── pydev_import_hook.py
│   │   │   │   │   ├── pydev_import_hook.pyc
│   │   │   │   │   ├── pydev_imports.py
│   │   │   │   │   ├── pydev_imports.pyc
│   │   │   │   │   ├── pydev_imports.pyo
│   │   │   │   │   ├── _pydev_imports_tipper.py
│   │   │   │   │   ├── _pydev_imports_tipper.pyc
│   │   │   │   │   ├── _pydev_imports_tipper.pyo
│   │   │   │   │   ├── pydev_ipython_console_011.py
│   │   │   │   │   ├── pydev_ipython_console_011.pyc
│   │   │   │   │   ├── pydev_ipython_console.py
│   │   │   │   │   ├── pydev_ipython_console.pyc
│   │   │   │   │   ├── pydev_is_thread_alive.py
│   │   │   │   │   ├── pydev_is_thread_alive.pyc
│   │   │   │   │   ├── pydev_is_thread_alive.pyo
│   │   │   │   │   ├── _pydev_jy_imports_tipper.py
│   │   │   │   │   ├── _pydev_jy_imports_tipper.pyc
│   │   │   │   │   ├── pydev_localhost.py
│   │   │   │   │   ├── pydev_localhost.pyc
│   │   │   │   │   ├── _pydev_log.py
│   │   │   │   │   ├── pydev_log.py
│   │   │   │   │   ├── _pydev_log.pyc
│   │   │   │   │   ├── pydev_log.pyc
│   │   │   │   │   ├── pydev_log.pyo
│   │   │   │   │   ├── pydev_monkey.py
│   │   │   │   │   ├── pydev_monkey.pyc
│   │   │   │   │   ├── pydev_monkey.pyo
│   │   │   │   │   ├── pydev_monkey_qt.py
│   │   │   │   │   ├── pydev_monkey_qt.pyc
│   │   │   │   │   ├── pydev_override.py
│   │   │   │   │   ├── pydev_override.pyc
│   │   │   │   │   ├── pydev_override.pyo
│   │   │   │   │   ├── _pydev_tipper_common.py
│   │   │   │   │   ├── _pydev_tipper_common.pyc
│   │   │   │   │   ├── _pydev_tipper_common.pyo
│   │   │   │   │   ├── pydev_umd.py
│   │   │   │   │   ├── pydev_umd.pyc
│   │   │   │   │   ├── pydev_umd.pyo
│   │   │   │   │   ├── pydev_versioncheck.py
│   │   │   │   │   └── pydev_versioncheck.pyc
│   │   │   │   ├── pydevconsole.py
│   │   │   │   ├── pydevconsole.pyc
│   │   │   │   ├── pydevconsole.pyo
│   │   │   │   ├── pydev_coverage.py
│   │   │   │   ├── pydev_coverage.pyc
│   │   │   │   ├── pydevd_attach_to_process
│   │   │   │   │   ├── add_code_to_python_process.py
│   │   │   │   │   ├── add_code_to_python_process.pyc
│   │   │   │   │   ├── _always_live_program.py
│   │   │   │   │   ├── _always_live_program.pyc
│   │   │   │   │   ├── attach_linux_amd64.so
│   │   │   │   │   ├── attach_pydevd.py
│   │   │   │   │   ├── attach_pydevd.pyc
│   │   │   │   │   ├── attach_script.py
│   │   │   │   │   ├── attach_script.pyc
│   │   │   │   │   ├── _check.py
│   │   │   │   │   ├── _check.pyc
│   │   │   │   │   ├── common
│   │   │   │   │   │   ├── py_custom_pyeval_settrace.hpp
│   │   │   │   │   │   ├── py_settrace.hpp
│   │   │   │   │   │   ├── python.h
│   │   │   │   │   │   ├── py_utils.hpp
│   │   │   │   │   │   ├── py_version.hpp
│   │   │   │   │   │   └── ref_utils.hpp
│   │   │   │   │   ├── linux_and_mac
│   │   │   │   │   │   ├── attach.cpp
│   │   │   │   │   │   ├── compile_linux.sh
│   │   │   │   │   │   ├── compile_mac.sh
│   │   │   │   │   │   ├── lldb_prepare.py
│   │   │   │   │   │   └── lldb_prepare.pyc
│   │   │   │   │   ├── README.txt
│   │   │   │   │   ├── _test_attach_to_process_linux.py
│   │   │   │   │   ├── _test_attach_to_process_linux.pyc
│   │   │   │   │   ├── _test_attach_to_process.py
│   │   │   │   │   ├── _test_attach_to_process.pyc
│   │   │   │   │   ├── winappdbg
│   │   │   │   │   │   ├── breakpoint.py
│   │   │   │   │   │   ├── breakpoint.pyc
│   │   │   │   │   │   ├── compat.py
│   │   │   │   │   │   ├── compat.pyc
│   │   │   │   │   │   ├── crash.py
│   │   │   │   │   │   ├── crash.pyc
│   │   │   │   │   │   ├── debug.py
│   │   │   │   │   │   ├── debug.pyc
│   │   │   │   │   │   ├── disasm.py
│   │   │   │   │   │   ├── disasm.pyc
│   │   │   │   │   │   ├── event.py
│   │   │   │   │   │   ├── event.pyc
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   ├── interactive.py
│   │   │   │   │   │   ├── interactive.pyc
│   │   │   │   │   │   ├── module.py
│   │   │   │   │   │   ├── module.pyc
│   │   │   │   │   │   ├── plugins
│   │   │   │   │   │   │   ├── do_example.py
│   │   │   │   │   │   │   ├── do_example.pyc
│   │   │   │   │   │   │   ├── do_exchain.py
│   │   │   │   │   │   │   ├── do_exchain.pyc
│   │   │   │   │   │   │   ├── do_exploitable.py
│   │   │   │   │   │   │   ├── do_exploitable.pyc
│   │   │   │   │   │   │   ├── do_symfix.py
│   │   │   │   │   │   │   ├── do_symfix.pyc
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   │   └── README
│   │   │   │   │   │   ├── process.py
│   │   │   │   │   │   ├── process.pyc
│   │   │   │   │   │   ├── registry.py
│   │   │   │   │   │   ├── registry.pyc
│   │   │   │   │   │   ├── search.py
│   │   │   │   │   │   ├── search.pyc
│   │   │   │   │   │   ├── sql.py
│   │   │   │   │   │   ├── sql.pyc
│   │   │   │   │   │   ├── system.py
│   │   │   │   │   │   ├── system.pyc
│   │   │   │   │   │   ├── textio.py
│   │   │   │   │   │   ├── textio.pyc
│   │   │   │   │   │   ├── thread.py
│   │   │   │   │   │   ├── thread.pyc
│   │   │   │   │   │   ├── util.py
│   │   │   │   │   │   ├── util.pyc
│   │   │   │   │   │   ├── win32
│   │   │   │   │   │   │   ├── advapi32.py
│   │   │   │   │   │   │   ├── advapi32.pyc
│   │   │   │   │   │   │   ├── context_amd64.py
│   │   │   │   │   │   │   ├── context_amd64.pyc
│   │   │   │   │   │   │   ├── context_i386.py
│   │   │   │   │   │   │   ├── context_i386.pyc
│   │   │   │   │   │   │   ├── dbghelp.py
│   │   │   │   │   │   │   ├── dbghelp.pyc
│   │   │   │   │   │   │   ├── defines.py
│   │   │   │   │   │   │   ├── defines.pyc
│   │   │   │   │   │   │   ├── gdi32.py
│   │   │   │   │   │   │   ├── gdi32.pyc
│   │   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   │   ├── kernel32.py
│   │   │   │   │   │   │   ├── kernel32.pyc
│   │   │   │   │   │   │   ├── ntdll.py
│   │   │   │   │   │   │   ├── ntdll.pyc
│   │   │   │   │   │   │   ├── peb_teb.py
│   │   │   │   │   │   │   ├── peb_teb.pyc
│   │   │   │   │   │   │   ├── psapi.py
│   │   │   │   │   │   │   ├── psapi.pyc
│   │   │   │   │   │   │   ├── shell32.py
│   │   │   │   │   │   │   ├── shell32.pyc
│   │   │   │   │   │   │   ├── shlwapi.py
│   │   │   │   │   │   │   ├── shlwapi.pyc
│   │   │   │   │   │   │   ├── user32.py
│   │   │   │   │   │   │   ├── user32.pyc
│   │   │   │   │   │   │   ├── version.py
│   │   │   │   │   │   │   ├── version.pyc
│   │   │   │   │   │   │   ├── wtsapi32.py
│   │   │   │   │   │   │   └── wtsapi32.pyc
│   │   │   │   │   │   ├── window.py
│   │   │   │   │   │   └── window.pyc
│   │   │   │   │   └── windows
│   │   │   │   │   ├── attach.cpp
│   │   │   │   │   ├── attach.h
│   │   │   │   │   ├── compile_windows.bat
│   │   │   │   │   ├── inject_dll.cpp
│   │   │   │   │   ├── py_win_helpers.hpp
│   │   │   │   │   ├── run_code_in_memory.hpp
│   │   │   │   │   ├── run_code_on_dllmain.cpp
│   │   │   │   │   ├── stdafx.cpp
│   │   │   │   │   ├── stdafx.h
│   │   │   │   │   └── targetver.h
│   │   │   │   ├── _pydevd_bundle
│   │   │   │   │   ├── _debug_adapter
│   │   │   │   │   │   ├── debugProtocolCustom.json
│   │   │   │   │   │   ├── debugProtocol.json
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   │   ├── __main__pydevd_gen_debug_adapter_protocol.py
│   │   │   │   │   │   ├── __main__pydevd_gen_debug_adapter_protocol.pyc
│   │   │   │   │   │   ├── pydevd_base_schema.py
│   │   │   │   │   │   ├── pydevd_base_schema.pyc
│   │   │   │   │   │   ├── pydevd_base_schema.pyo
│   │   │   │   │   │   ├── pydevd_schema_log.py
│   │   │   │   │   │   ├── pydevd_schema_log.pyc
│   │   │   │   │   │   ├── pydevd_schema_log.pyo
│   │   │   │   │   │   ├── pydevd_schema.py
│   │   │   │   │   │   ├── pydevd_schema.pyc
│   │   │   │   │   │   └── pydevd_schema.pyo
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   ├── pydevconsole_code_for_ironpython.py
│   │   │   │   │   ├── pydevconsole_code_for_ironpython.pyc
│   │   │   │   │   ├── pydevd_additional_thread_info.py
│   │   │   │   │   ├── pydevd_additional_thread_info.pyc
│   │   │   │   │   ├── pydevd_additional_thread_info.pyo
│   │   │   │   │   ├── pydevd_additional_thread_info_regular.py
│   │   │   │   │   ├── pydevd_additional_thread_info_regular.pyc
│   │   │   │   │   ├── pydevd_additional_thread_info_regular.pyo
│   │   │   │   │   ├── pydevd_api.py
│   │   │   │   │   ├── pydevd_api.pyc
│   │   │   │   │   ├── pydevd_api.pyo
│   │   │   │   │   ├── pydevd_breakpoints.py
│   │   │   │   │   ├── pydevd_breakpoints.pyc
│   │   │   │   │   ├── pydevd_breakpoints.pyo
│   │   │   │   │   ├── pydevd_code_to_source.py
│   │   │   │   │   ├── pydevd_code_to_source.pyc
│   │   │   │   │   ├── pydevd_collect_bytecode_info.py
│   │   │   │   │   ├── pydevd_collect_bytecode_info.pyc
│   │   │   │   │   ├── pydevd_collect_bytecode_info.pyo
│   │   │   │   │   ├── pydevd_command_line_handling.py
│   │   │   │   │   ├── pydevd_command_line_handling.pyc
│   │   │   │   │   ├── pydevd_comm_constants.py
│   │   │   │   │   ├── pydevd_comm_constants.pyc
│   │   │   │   │   ├── pydevd_comm_constants.pyo
│   │   │   │   │   ├── pydevd_comm.py
│   │   │   │   │   ├── pydevd_comm.pyc
│   │   │   │   │   ├── pydevd_comm.pyo
│   │   │   │   │   ├── pydevd_console.py
│   │   │   │   │   ├── pydevd_console.pyc
│   │   │   │   │   ├── pydevd_console.pyo
│   │   │   │   │   ├── pydevd_constants.py
│   │   │   │   │   ├── pydevd_constants.pyc
│   │   │   │   │   ├── pydevd_constants.pyo
│   │   │   │   │   ├── pydevd_custom_frames.py
│   │   │   │   │   ├── pydevd_custom_frames.pyc
│   │   │   │   │   ├── pydevd_custom_frames.pyo
│   │   │   │   │   ├── pydevd_cython.c
│   │   │   │   │   ├── pydevd_cython.pxd
│   │   │   │   │   ├── pydevd_cython.pyx
│   │   │   │   │   ├── pydevd_cython.so
│   │   │   │   │   ├── pydevd_cython_wrapper.py
│   │   │   │   │   ├── pydevd_cython_wrapper.pyc
│   │   │   │   │   ├── pydevd_cython_wrapper.pyo
│   │   │   │   │   ├── pydevd_daemon_thread.py
│   │   │   │   │   ├── pydevd_daemon_thread.pyc
│   │   │   │   │   ├── pydevd_daemon_thread.pyo
│   │   │   │   │   ├── pydevd_defaults.py
│   │   │   │   │   ├── pydevd_defaults.pyc
│   │   │   │   │   ├── pydevd_defaults.pyo
│   │   │   │   │   ├── pydevd_dont_trace_files.py
│   │   │   │   │   ├── pydevd_dont_trace_files.pyc
│   │   │   │   │   ├── pydevd_dont_trace_files.pyo
│   │   │   │   │   ├── pydevd_dont_trace.py
│   │   │   │   │   ├── pydevd_dont_trace.pyc
│   │   │   │   │   ├── pydevd_dont_trace.pyo
│   │   │   │   │   ├── pydevd_exec2.py
│   │   │   │   │   ├── pydevd_exec2.pyc
│   │   │   │   │   ├── pydevd_exec.py
│   │   │   │   │   ├── pydevd_exec.pyc
│   │   │   │   │   ├── pydevd_exec.pyo
│   │   │   │   │   ├── pydevd_extension_api.py
│   │   │   │   │   ├── pydevd_extension_api.pyc
│   │   │   │   │   ├── pydevd_extension_api.pyo
│   │   │   │   │   ├── pydevd_extension_utils.py
│   │   │   │   │   ├── pydevd_extension_utils.pyc
│   │   │   │   │   ├── pydevd_extension_utils.pyo
│   │   │   │   │   ├── pydevd_filtering.py
│   │   │   │   │   ├── pydevd_filtering.pyc
│   │   │   │   │   ├── pydevd_filtering.pyo
│   │   │   │   │   ├── pydevd_frame.py
│   │   │   │   │   ├── pydevd_frame.pyc
│   │   │   │   │   ├── pydevd_frame.pyo
│   │   │   │   │   ├── pydevd_frame_utils.py
│   │   │   │   │   ├── pydevd_frame_utils.pyc
│   │   │   │   │   ├── pydevd_frame_utils.pyo
│   │   │   │   │   ├── pydevd_import_class.py
│   │   │   │   │   ├── pydevd_import_class.pyc
│   │   │   │   │   ├── pydevd_import_class.pyo
│   │   │   │   │   ├── pydevd_io.py
│   │   │   │   │   ├── pydevd_io.pyc
│   │   │   │   │   ├── pydevd_io.pyo
│   │   │   │   │   ├── pydevd_json_debug_options.py
│   │   │   │   │   ├── pydevd_json_debug_options.pyc
│   │   │   │   │   ├── pydevd_json_debug_options.pyo
│   │   │   │   │   ├── pydevd_net_command_factory_json.py
│   │   │   │   │   ├── pydevd_net_command_factory_json.pyc
│   │   │   │   │   ├── pydevd_net_command_factory_json.pyo
│   │   │   │   │   ├── pydevd_net_command_factory_xml.py
│   │   │   │   │   ├── pydevd_net_command_factory_xml.pyc
│   │   │   │   │   ├── pydevd_net_command_factory_xml.pyo
│   │   │   │   │   ├── pydevd_net_command.py
│   │   │   │   │   ├── pydevd_net_command.pyc
│   │   │   │   │   ├── pydevd_net_command.pyo
│   │   │   │   │   ├── pydevd_plugin_utils.py
│   │   │   │   │   ├── pydevd_plugin_utils.pyc
│   │   │   │   │   ├── pydevd_plugin_utils.pyo
│   │   │   │   │   ├── pydevd_process_net_command_json.py
│   │   │   │   │   ├── pydevd_process_net_command_json.pyc
│   │   │   │   │   ├── pydevd_process_net_command_json.pyo
│   │   │   │   │   ├── pydevd_process_net_command.py
│   │   │   │   │   ├── pydevd_process_net_command.pyc
│   │   │   │   │   ├── pydevd_process_net_command.pyo
│   │   │   │   │   ├── pydevd_referrers.py
│   │   │   │   │   ├── pydevd_referrers.pyc
│   │   │   │   │   ├── pydevd_reload.py
│   │   │   │   │   ├── pydevd_reload.pyc
│   │   │   │   │   ├── pydevd_resolver.py
│   │   │   │   │   ├── pydevd_resolver.pyc
│   │   │   │   │   ├── pydevd_resolver.pyo
│   │   │   │   │   ├── pydevd_safe_repr.py
│   │   │   │   │   ├── pydevd_safe_repr.pyc
│   │   │   │   │   ├── pydevd_safe_repr.pyo
│   │   │   │   │   ├── pydevd_save_locals.py
│   │   │   │   │   ├── pydevd_save_locals.pyc
│   │   │   │   │   ├── pydevd_save_locals.pyo
│   │   │   │   │   ├── pydevd_signature.py
│   │   │   │   │   ├── pydevd_signature.pyc
│   │   │   │   │   ├── pydevd_source_mapping.py
│   │   │   │   │   ├── pydevd_source_mapping.pyc
│   │   │   │   │   ├── pydevd_source_mapping.pyo
│   │   │   │   │   ├── pydevd_stackless.py
│   │   │   │   │   ├── pydevd_stackless.pyc
│   │   │   │   │   ├── pydevd_suspended_frames.py
│   │   │   │   │   ├── pydevd_suspended_frames.pyc
│   │   │   │   │   ├── pydevd_suspended_frames.pyo
│   │   │   │   │   ├── pydevd_thread_lifecycle.py
│   │   │   │   │   ├── pydevd_thread_lifecycle.pyc
│   │   │   │   │   ├── pydevd_thread_lifecycle.pyo
│   │   │   │   │   ├── pydevd_timeout.py
│   │   │   │   │   ├── pydevd_timeout.pyc
│   │   │   │   │   ├── pydevd_timeout.pyo
│   │   │   │   │   ├── pydevd_trace_api.py
│   │   │   │   │   ├── pydevd_trace_api.pyc
│   │   │   │   │   ├── pydevd_trace_api.pyo
│   │   │   │   │   ├── pydevd_trace_dispatch.py
│   │   │   │   │   ├── pydevd_trace_dispatch.pyc
│   │   │   │   │   ├── pydevd_trace_dispatch.pyo
│   │   │   │   │   ├── pydevd_trace_dispatch_regular.py
│   │   │   │   │   ├── pydevd_trace_dispatch_regular.pyc
│   │   │   │   │   ├── pydevd_traceproperty.py
│   │   │   │   │   ├── pydevd_traceproperty.pyc
│   │   │   │   │   ├── pydevd_traceproperty.pyo
│   │   │   │   │   ├── pydevd_utils.py
│   │   │   │   │   ├── pydevd_utils.pyc
│   │   │   │   │   ├── pydevd_utils.pyo
│   │   │   │   │   ├── pydevd_vars.py
│   │   │   │   │   ├── pydevd_vars.pyc
│   │   │   │   │   ├── pydevd_vars.pyo
│   │   │   │   │   ├── pydevd_vm_type.py
│   │   │   │   │   ├── pydevd_vm_type.pyc
│   │   │   │   │   ├── pydevd_vm_type.pyo
│   │   │   │   │   ├── pydevd_xml.py
│   │   │   │   │   ├── pydevd_xml.pyc
│   │   │   │   │   └── pydevd_xml.pyo
│   │   │   │   ├── pydevd_concurrency_analyser
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   ├── pydevd_concurrency_logger.py
│   │   │   │   │   ├── pydevd_concurrency_logger.pyc
│   │   │   │   │   ├── pydevd_concurrency_logger.pyo
│   │   │   │   │   ├── pydevd_thread_wrappers.py
│   │   │   │   │   ├── pydevd_thread_wrappers.pyc
│   │   │   │   │   └── pydevd_thread_wrappers.pyo
│   │   │   │   ├── pydevd_file_utils.py
│   │   │   │   ├── pydevd_file_utils.pyc
│   │   │   │   ├── pydevd_file_utils.pyo
│   │   │   │   ├── _pydevd_frame_eval
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   ├── pydevd_frame_eval_cython_wrapper.py
│   │   │   │   │   ├── pydevd_frame_eval_cython_wrapper.pyc
│   │   │   │   │   ├── pydevd_frame_eval_main.py
│   │   │   │   │   ├── pydevd_frame_eval_main.pyc
│   │   │   │   │   ├── pydevd_frame_eval_main.pyo
│   │   │   │   │   ├── pydevd_frame_evaluator.c
│   │   │   │   │   ├── pydevd_frame_evaluator.pxd
│   │   │   │   │   ├── pydevd_frame_evaluator.template.pyx
│   │   │   │   │   ├── pydevd_frame_tracing.py
│   │   │   │   │   ├── pydevd_frame_tracing.pyc
│   │   │   │   │   ├── pydevd_modify_bytecode.py
│   │   │   │   │   ├── pydevd_modify_bytecode.pyc
│   │   │   │   │   ├── release_mem.h
│   │   │   │   │   └── vendored
│   │   │   │   │   ├── bytecode
│   │   │   │   │   │   ├── bytecode.py
│   │   │   │   │   │   ├── cfg.py
│   │   │   │   │   │   ├── cfg.pyc
│   │   │   │   │   │   ├── concrete.py
│   │   │   │   │   │   ├── flags.py
│   │   │   │   │   │   ├── flags.pyc
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── instr.py
│   │   │   │   │   │   ├── peephole_opt.py
│   │   │   │   │   │   ├── peephole_opt.pyc
│   │   │   │   │   │   └── tests
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── test_bytecode.py
│   │   │   │   │   │   ├── test_bytecode.pyc
│   │   │   │   │   │   ├── test_cfg.py
│   │   │   │   │   │   ├── test_code.py
│   │   │   │   │   │   ├── test_code.pyc
│   │   │   │   │   │   ├── test_concrete.py
│   │   │   │   │   │   ├── test_flags.py
│   │   │   │   │   │   ├── test_flags.pyc
│   │   │   │   │   │   ├── test_instr.py
│   │   │   │   │   │   ├── test_instr.pyc
│   │   │   │   │   │   ├── test_misc.py
│   │   │   │   │   │   ├── test_misc.pyc
│   │   │   │   │   │   ├── test_peephole_opt.py
│   │   │   │   │   │   └── test_peephole_opt.pyc
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── pydevd_fix_code.py
│   │   │   │   │   ├── pydevd_fix_code.pyc
│   │   │   │   │   └── README.txt
│   │   │   │   ├── pydevd_plugins
│   │   │   │   │   ├── django_debug.py
│   │   │   │   │   ├── django_debug.pyc
│   │   │   │   │   ├── django_debug.pyo
│   │   │   │   │   ├── extensions
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   └── types
│   │   │   │   │   │   ├── __init__.py
│   │   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   │   ├── pydevd_helpers.py
│   │   │   │   │   │   ├── pydevd_helpers.pyc
│   │   │   │   │   │   ├── pydevd_helpers.pyo
│   │   │   │   │   │   ├── pydevd_plugin_numpy_types.py
│   │   │   │   │   │   ├── pydevd_plugin_numpy_types.pyc
│   │   │   │   │   │   ├── pydevd_plugin_numpy_types.pyo
│   │   │   │   │   │   ├── pydevd_plugins_django_form_str.py
│   │   │   │   │   │   ├── pydevd_plugins_django_form_str.pyc
│   │   │   │   │   │   └── pydevd_plugins_django_form_str.pyo
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   ├── jinja2_debug.py
│   │   │   │   │   ├── jinja2_debug.pyc
│   │   │   │   │   └── jinja2_debug.pyo
│   │   │   │   ├── pydevd.py
│   │   │   │   ├── pydevd.pyc
│   │   │   │   ├── pydevd.pyo
│   │   │   │   ├── pydevd_tracing.py
│   │   │   │   ├── pydevd_tracing.pyc
│   │   │   │   ├── pydevd_tracing.pyo
│   │   │   │   ├── _pydev_imps
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   ├── _pydev_BaseHTTPServer.py
│   │   │   │   │   ├── _pydev_BaseHTTPServer.pyc
│   │   │   │   │   ├── _pydev_execfile.py
│   │   │   │   │   ├── _pydev_execfile.pyc
│   │   │   │   │   ├── _pydev_inspect.py
│   │   │   │   │   ├── _pydev_inspect.pyc
│   │   │   │   │   ├── _pydev_pkgutil_old.py
│   │   │   │   │   ├── _pydev_pkgutil_old.pyc
│   │   │   │   │   ├── _pydev_saved_modules.py
│   │   │   │   │   ├── _pydev_saved_modules.pyc
│   │   │   │   │   ├── _pydev_saved_modules.pyo
│   │   │   │   │   ├── _pydev_SimpleXMLRPCServer.py
│   │   │   │   │   ├── _pydev_SimpleXMLRPCServer.pyc
│   │   │   │   │   ├── _pydev_SocketServer.py
│   │   │   │   │   ├── _pydev_SocketServer.pyc
│   │   │   │   │   ├── _pydev_sys_patch.py
│   │   │   │   │   ├── _pydev_sys_patch.pyc
│   │   │   │   │   ├── _pydev_xmlrpclib.py
│   │   │   │   │   └── _pydev_xmlrpclib.pyc
│   │   │   │   ├── pydev_ipython
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   ├── inputhookglut.py
│   │   │   │   │   ├── inputhookglut.pyc
│   │   │   │   │   ├── inputhookgtk3.py
│   │   │   │   │   ├── inputhookgtk3.pyc
│   │   │   │   │   ├── inputhookgtk.py
│   │   │   │   │   ├── inputhookgtk.pyc
│   │   │   │   │   ├── inputhook.py
│   │   │   │   │   ├── inputhook.pyc
│   │   │   │   │   ├── inputhookpyglet.py
│   │   │   │   │   ├── inputhookpyglet.pyc
│   │   │   │   │   ├── inputhookqt4.py
│   │   │   │   │   ├── inputhookqt4.pyc
│   │   │   │   │   ├── inputhookqt5.py
│   │   │   │   │   ├── inputhookqt5.pyc
│   │   │   │   │   ├── inputhooktk.py
│   │   │   │   │   ├── inputhooktk.pyc
│   │   │   │   │   ├── inputhookwx.py
│   │   │   │   │   ├── inputhookwx.pyc
│   │   │   │   │   ├── matplotlibtools.py
│   │   │   │   │   ├── matplotlibtools.pyc
│   │   │   │   │   ├── qt_for_kernel.py
│   │   │   │   │   ├── qt_for_kernel.pyc
│   │   │   │   │   ├── qt_loaders.py
│   │   │   │   │   ├── qt_loaders.pyc
│   │   │   │   │   ├── qt.py
│   │   │   │   │   ├── qt.pyc
│   │   │   │   │   ├── README
│   │   │   │   │   ├── version.py
│   │   │   │   │   └── version.pyc
│   │   │   │   ├── pydev_pysrc.py
│   │   │   │   ├── pydev_pysrc.pyc
│   │   │   │   ├── _pydev_runfiles
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── __init__.pyc
│   │   │   │   │   ├── __init__.pyo
│   │   │   │   │   ├── pydev_runfiles_coverage.py
│   │   │   │   │   ├── pydev_runfiles_coverage.pyc
│   │   │   │   │   ├── pydev_runfiles_nose.py
│   │   │   │   │   ├── pydev_runfiles_nose.pyc
│   │   │   │   │   ├── pydev_runfiles_parallel_client.py
│   │   │   │   │   ├── pydev_runfiles_parallel_client.pyc
│   │   │   │   │   ├── pydev_runfiles_parallel.py
│   │   │   │   │   ├── pydev_runfiles_parallel.pyc
│   │   │   │   │   ├── pydev_runfiles.py
│   │   │   │   │   ├── pydev_runfiles.pyc
│   │   │   │   │   ├── pydev_runfiles_pytest2.py
│   │   │   │   │   ├── pydev_runfiles_pytest2.pyc
│   │   │   │   │   ├── pydev_runfiles_unittest.py
│   │   │   │   │   ├── pydev_runfiles_unittest.pyc
│   │   │   │   │   ├── pydev_runfiles_xml_rpc.py
│   │   │   │   │   └── pydev_runfiles_xml_rpc.pyc
│   │   │   │   ├── pydev_run_in_console.py
│   │   │   │   ├── pydev_run_in_console.pyc
│   │   │   │   ├── pydev_sitecustomize
│   │   │   │   │   ├── __not_in_default_pythonpath.txt
│   │   │   │   │   ├── sitecustomize.py
│   │   │   │   │   └── sitecustomize.pyc
│   │   │   │   ├── setup_cython.py
│   │   │   │   └── setup_cython.pyc
│   │   │   ├── _pydevd_packaging.py
│   │   │   ├── _pydevd_packaging.pyc
│   │   │   ├── _util.py
│   │   │   ├── _util.pyc
│   │   │   └── _util.pyo
│   │   ├── _version.py
│   │   ├── _version.pyc
│   │   └── _version.pyo
│   └── debugpy-1.2.0.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
36 directories, 632 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment