Lines Matching refs:commandFile
2658 my $commandFile = File::Spec->catfile($debuggerTempDirectory, "debugger-commands.txt");
2659 unless (open COMMANDS, '>', $commandFile) {
2660 print "Failed to open $commandFile. Crash logs will not be saved.\n";
2665 print "Failed to write to $commandFile. Crash logs will not be saved.\n";
2669 return $commandFile;
2717 my $commandFile = createDebuggerCommandFile() or return;
2724 '-cf "' . toWindowsPath($commandFile) . '"',