↓ 26 callersClassProcess Interface to a process. Contains threads and modules snapshots. @group Properties: get_pid, is_alive, is_debugged, is_wow64, get_arc
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py:82
↓ 10 callersClassThread Interface to a thread in another process. @group Properties: get_tid, get_pid, get_process, set_process, get_exit_code, is_alive,
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py:63
↓ 7 callersClassWindow Interface to an open window in the current desktop. @group Properties: get_handle, get_pid, get_tid, get_process, get_thread
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py:69
↓ 5 callersClassModule Interface to a DLL library loaded in the context of another process. @group Properties: get_base, get_filename, get_name, get_size,
src/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py:73