Schrift
Wiki:Tipp zum Debugging: use Data::Dumper; local $Data::Dumper::Useqq = 1; print Dumper \@var;
[thread]9004[/thread]

debugger bei bedarf stoppen



<< >> 3 Einträge, 1 Seite
Aleks
 2007-05-14 14:39
#76685 #76685
User since
2006-06-12
19 Artikel
BenutzerIn
[default_avatar]
Hallo Forum,
weiß jemand von euch wie ich dem debugger beibringen kann, dass er stoppen soll, wenn z.B. $foo den inhalt "bar" hat?

Das lesen von perldebtut sowie perldebug und das überfliegen von perldebguts wollten mir das nicht offenbaren..

gruß,
Aleks
ptk
 2007-05-15 03:35
#76686 #76686
User since
2003-11-28
3645 Artikel
ModeratorIn
[default_avatar]
Vielleicht ist es das hier?
Code: (dl )
w expr        Add a global watch-expression.
Aleks
 2007-05-19 01:40
#76687 #76687
User since
2006-06-12
19 Artikel
BenutzerIn
[default_avatar]
es war doch b:

Code: (dl )
1
2
3
4
5
6
7
8
       b [line] [condition]
Set a breakpoint before the given line. If a condition is specified, it&t&’s evaluated each time the statement is reached: a breakpoint
is taken only if the condition is true. Breakpoints may only be set on lines that begin an executable statement. Conditions don&n&’t
use "if":

b 237 $x > 30
b 237 ++$count237 < 11
b 33 /pattern/i


Gruß,
Aleks
<< >> 3 Einträge, 1 Seite



View all threads created 2007-05-14 14:39.