}
// Extended low level break information
public static void appendBreakInfo(DebugCLI cli, StringBuilder sb, boolean includeFault) 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()[index]; } catch(ArrayIndexOutOfBoundsException oobe) {}