mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
Regenerate attach to process files with signatures. Merge-request: IJ-MR-166654 Merged-by: Egor Eliseev <Egor.Eliseev@jetbrains.com> (cherry picked from commit 63739b2192d62647f78ef57c83b2624cd3e3faa5) GitOrigin-RevId: 40d114c81c44d3c1a5f9689aff6aaa2925a09ae0
This folder contains the utilities to attach a target process to the pydev debugger. The main module to be called for the attach is: attach_pydevd.py it should be called as; python attach_pydevd.py --port 5678 --pid 1234 Note that the client is responsible for having a remote debugger alive in the given port for the attach to work.