System.out.println("Console line "+i+" = \""+arguments[i]+"\"");
}
}
}
runner.log("Writing to console "+iCons.getName()+":",arguments,null,false,true);/* Appears in the console of the target Eclipse (immediately erased) */
runner.log("Writing to console "+iCons.getName()+":",arguments,null,false,false);/* Appears in the console of the parent Eclipse */
runner.log("Writing to console "+iCons.getName()+":",arguments,null,false,true);// Appears in the console of the target Eclipse (may be immediately erased)
runner.log("Writing to console "+iCons.getName()+":",arguments,null,false,false);// Appears in the console of the parent Eclipse
if(debugPrint)System.out.println("Skipping program runner as playback is not implemented, arguments were "+argumentsItemsArray[numItem].getNameAsParser());