PythonDebuggerPlusPlus
Alternative: pdb, ipdb
Just pip install once into a venv and you’ll get autocomplete in a pdb session and if you turn on sticky mode (which can be globally done via a config file) you’ll get a proper display of the source code you’re stepping thru.
PythonDebuggerPlusPlus
Alternative: pdb, ipdb
Just pip install once into a venv and you’ll get autocomplete in a pdb session and if you turn on sticky mode (which can be globally done via a config file) you’ll get a proper display of the source code you’re stepping thru.