Print each executed line in Python and Perl programs

Posted by Vi on Stack Overflow See other posts from Stack Overflow or by Vi
Published on 2010-05-20T08:28:13Z Indexed on 2010/05/20 8:30 UTC
Read the original article Hit count: 165

Filed under:
|
|
|

I know that "bash -x script.sh" will execute script printing each line before actual execution. How to make perl and python interpreters do the same?

© Stack Overflow or respective owner

Related posts about debugging

Related posts about python