Trying to use the pinebook pro for writing python code. But there seems to be no package for the standard python debugger: pdb.
I installed `pydb` but that was only python 2.7.
Is the standard python debugger (pdb) not available for Manjaro linux?
I am running Manjaro XFCE.
Edit:
I didn't realize that `ipdb` actually provides what I need. So I will just use that.
I installed `pydb` but that was only python 2.7.
Is the standard python debugger (pdb) not available for Manjaro linux?
I am running Manjaro XFCE.
Edit:
I didn't realize that `ipdb` actually provides what I need. So I will just use that.