public BreakAction(LocationCollection c)
 {
     m_where = c;
     Flash.Tools.Debugger.SourceFile generatedAux = m_where.first().File;             // force NullPointerException if l == null
     m_status = RESOLVED;
     init();
 }
		internal DLocation(SourceFile src, int line)
		{
			m_source = src;
			m_line = line;
			m_removed = false;
		}
 internal DLocation(SourceFile src, int line)
 {
     m_source  = src;
     m_line    = line;
     m_removed = false;
 }