You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 months ago | |
|---|---|---|
| .. | ||
| common | 5 months ago | |
| linux_and_mac | 5 months ago | |
| winappdbg | 5 months ago | |
| windows | 5 months ago | |
| README.txt | 5 months ago | |
| _always_live_program.py | 5 months ago | |
| _check.py | 5 months ago | |
| _test_attach_to_process.py | 5 months ago | |
| _test_attach_to_process_linux.py | 5 months ago | |
| add_code_to_python_process.py | 5 months ago | |
| attach.dylib | 5 months ago | |
| attach_amd64.dll | 5 months ago | |
| attach_amd64.pdb | 5 months ago | |
| attach_linux_aarch64.so | 5 months ago | |
| attach_linux_amd64.so | 5 months ago | |
| attach_linux_x86.so | 5 months ago | |
| attach_pydevd.py | 5 months ago | |
| attach_script.py | 5 months ago | |
| attach_x86.dll | 5 months ago | |
| attach_x86.pdb | 5 months ago | |
| inject_dll_amd64.exe | 5 months ago | |
| inject_dll_amd64.pdb | 5 months ago | |
| inject_dll_x86.exe | 5 months ago | |
| inject_dll_x86.pdb | 5 months ago | |
| run_code_on_dllmain_amd64.dll | 5 months ago | |
| run_code_on_dllmain_amd64.pdb | 5 months ago | |
| run_code_on_dllmain_x86.dll | 5 months ago | |
| run_code_on_dllmain_x86.pdb | 5 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.