in reply to Re: How can I print variable contents from the debugger non-interactively? ( a = line action ; w = watch changes everywhere)
in thread How can I print variable contents from the debugger non-interactively?
like in a you can execute code Perl line, just return something false if you don't want to break into interactive mode
DB<119> b 11 print "\n<$y>\n" if $y==3;0 DB<120> L d:/Users/RolfLangsdorf/AppData/Roaming/pm/tst_debuger.pl: 11: $a++; break if (print "\n<$y>\n" if $y==3;0) DB<120> c 0123 <3> 45678910 DB<120>
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|