protected void BreakHere(APC pc, AElement pre, string instr = null)
 {
     if (this.TraceInference)
     {
         Console.WriteLine("Visiting: {0}-{1} with {2}", pc.ToString(), instr, pre.ToString());
     }
 }