mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
(cherry picked from commit f8d72fea4cf54d11f3fdb2e63c25191066e16b3a) IJ-MR-171424 GitOrigin-RevId: 26db25e894cfd03ce4361aa7d0b819ec6b88af55
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.