PINE64
Python Debugger on Manjaro - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114)
+--- Thread: Python Debugger on Manjaro (/showthread.php?tid=10846)



Python Debugger on Manjaro - Telefza - 07-26-2020

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.