[BangPypers] Debugging functions/tools/ways

Saju M sajuptpm at gmail.com
Fri Sep 13 10:04:00 CEST 2013


Hi,

What are the functions/tools/ways you guys are using for debugging.

Like,,

To get list of attributes of a module, class, instance, ---
---------------
dir(object)


To get __dict__ attribute of a module, class, instance, ---
-----------
vars(object)


Debugger
--------
import pdb; pdb.set_trace();


Regards
Saju Madhavan
+91 09535134654


More information about the BangPypers mailing list