python2.7-dbg
Debug Build of the Python Interpreter (version 2.7)
Install
- All systems
-
curl cmd.cat/python2.7-dbg.sh
- Debian
-
apt-get install python2.7-dbg
- Ubuntu
-
apt-get install python2.7-dbg
- Kali Linux
-
apt-get install python2.7-dbg
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python2.7-dbg
- Raspbian
-
apt-get install python2.7-dbg
- Dockerfile
- dockerfile.run/python2.7-dbg
python2.7-dbg
Debug Build of the Python Interpreter (version 2.7)
The package holds two things: - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as <foo>_d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. See the README.debug for more information.