DEBSOURCES
Skip Quicknav
sources / pudb / 2024.1.3-1 / try-the-debugger.sh
123456789
#! /bin/sh if test "$1" = ""; then PYINTERP="python3" else PYINTERP="$1" fi $PYINTERP -m pudb.run debug_me.py