Lines Matching full:debug
59 =item B<debug =E<gt> 0|1>
61 If set to 1, extra debug text will be printed on STDERR
98 my %defaults = ( debug => 0, section => 0, %$defaults_ref );
107 print STDERR "DEBUG: Reading $input\n" if $defaults{debug};
129 print STDERR "DEBUG: Paragraph:\n$_\n"
130 if $defaults{debug};
141 print STDERR "DEBUG: Found new pod section $1\n"
142 if $defaults{debug};
143 print STDERR "DEBUG: Clearing pod section text\n"
144 if $defaults{debug};
153 "DEBUG: Found invisible names: ", join(', ', @tmp), "\n"
154 if $defaults{debug};
161 print STDERR "DEBUG: accumulating pod section text \"$_\"\n"
162 if $defaults{debug};
170 print STDERR "DEBUG: Done reading $filename\n" if $defaults{debug};
183 "DEBUG: Collected names are: ",
185 if $defaults{debug};