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