You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
6 months ago | |
|---|---|---|
| .. | ||
| __pycache__ | 6 months ago | |
| common | 6 months ago | |
| linux_and_mac | 6 months ago | |
| winappdbg | 6 months ago | |
| windows | 6 months ago | |
| README.txt | 6 months ago | |
| _always_live_program.py | 6 months ago | |
| _check.py | 6 months ago | |
| _test_attach_to_process.py | 6 months ago | |
| _test_attach_to_process_linux.py | 6 months ago | |
| add_code_to_python_process.py | 6 months ago | |
| attach_linux_amd64.so | 6 months ago | |
| attach_pydevd.py | 6 months ago | |
| attach_script.py | 6 months ago | |
README.txt
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. The binaries are now compiled at: - https://github.com/fabioz/PyDev.Debugger.binaries/actions (after generation the binaries are copied to this repo) To copy: cd /D X:\PyDev.Debugger "C:\Program Files\7-Zip\7z" e C:\Users\fabio\Downloads\win_binaries.zip -oX:\PyDev.Debugger\pydevd_attach_to_process * -r -y "C:\Program Files\7-Zip\7z" e C:\Users\fabio\Downloads\linux_binaries.zip -oX:\PyDev.Debugger\pydevd_attach_to_process * -r -y "C:\Program Files\7-Zip\7z" e C:\Users\fabio\Downloads\mac_binaries.zip -oX:\PyDev.Debugger\pydevd_attach_to_process * -r -y git add *.exe git add *.dll git add *.dylib git add *.so