!752 p { ProgramScan.verbose = true; ProgramScan.maxNumberOfVMs = 10; // test if this speeds things up for (DialogIO io : talkToAllVMs()) { try { S progID = io.ask("what is the main program id?"); continue unless isSnippetID(progID); print("Program found: " + fsI(progID) + " - " + getSnippetTitle(progID) + " [VM " + io.getPort() + "]"); } finally { io.close(); } } }