pydevd(1) | pydevd(1) |
pydevd - Script to start pydevd debugger
pydevd --port N [--client hostname | --server] [option ...] --file executable
This script runs the pydevd debugger on top of another Python script, making it ready to be attached to for remote debugging. It is typically used by connecting from an IDE, such PyDev or PyCharm, or called from debugpy, which is the debugging adapter used in Spyder (via IPython), VSCode Python and Visual Studio Python.
pydevd was written by Fabio Zadrozny <fabiofz@gmail.com>.
This manual page was originally written by William Grzybowski <william@grzy.org> for the Debian project (but may be used by others). It was updated by Julian Gilbey <jdg@debian.org>.
22 February 2024 | pydevd-2.10.0+ds |