in reply to Re: Setting break point for particular condition in the subroutine
in thread Setting break point for particular condition in the subroutine
This subroutine is called from other subroutine which is intern called from my perl script. So setting break point b 123 $cmd =~ /INITIAL/i throws error Line 118 not breakable. because my script does not have those many lines.
From the google docs I found the below statement b subname [condition] Can we use this in anyway?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Setting break point for particular condition in the subroutine
by rjt (Curate) on Mar 07, 2013 at 10:43 UTC | |
|
Re^3: Setting break point for particular condition in the subroutine
by LanX (Saint) on Mar 07, 2013 at 10:57 UTC |