debugging - SKIP (not execute the line) a line in perl debugger -
is there command or way around skipping line of code in perl debugger? have random lines , functions in executable file, though should skip function calls. there command it? edit:i don't want execute subroutine calls!
n skips on subroutine calls, c linenumber skips on until line reached.
you have found out reading documentation , online h.
Comments
Post a Comment