Lines Matching refs:debug
17 my $debug = 0;
21 if ($debug) {
31 …ss wants preprocessed source, so let's hand off this whole command to the real cl.exe\n" if $debug;
52 print STDERR "Last character of first line = '" . substr($firstLine, -1, 1) . "'\n" if $debug;
54 print STDERR "First file is quoted\n" if $debug;
57 print STDERR "First file is NOT quoted\n" if $debug;
69 print STDERR "######## Found options $options ##########\n" if $debug;
70 print STDERR "####### Found first source file $sources[0] ########\n" if @sources && $debug;
101 print STDERR "######## jobSize = $jobSize ##########\n" if $debug;
126 … print STDERR "####### Spawned child with PID $pid and tmpFile $tmpFile ##########\n" if $debug;
159 print STDERR "######## forkAndCompileFiles()\n" if $debug;
162 if ($debug) {
193 print STDERR "Exec($command)\n" if $debug;
206 print STDERR "######## Child with PID $deceased finished ###########\n" if $debug;