public static void appendBreakInfo(DebugCLI cli, StringBuilder sb, boolean includeFault, int isolateId) throws NotConnectedException
{
Session session = cli.getSession();
FileInfoCache fileInfo = cli.getFileCache();
int reason = session.suspendReason();
int offset = ((PlayerSession)session).getSuspendOffset();
int index = ((PlayerSession)session).getSuspendActionIndex();
SwfInfo info = null;
try { info = fileInfo.getSwfs(isolateId)[index]; } catch(ArrayIndexOutOfBoundsException oobe) {}