List<String[]> outputs = resultInfo.getOutputInfo();
for (String[] names : outputs) {
String className = names[0];
String outputPath = names[1];
HotSwapUtil.replace(debugger, new File(outputPath), className);
bpm.tryResetBreakpointRequest(className);
}
}
}