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

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -