[BangPypers] how to see each line result in python

Gora Mohanty gora at mimirtech.com
Tue Mar 3 14:42:46 CET 2015


On 3 March 2015 at 18:50, narayan naik <narayannaik.05 at gmail.com> wrote:
[...]
> I want to see what happens in each line.I know what happens in
> theoritically but i want each line result.is i possible.

What you seem to be looking for is a Python debugger. Try pdb: See,
e.g., https://pythonconquerstheuniverse.wordpress.com/2009/09/10/debugging-in-python/

Regards,
Gora


More information about the BangPypers mailing list