Cleaned up stack traces
commita480740d71c422813ed7d42c5f4d41cc686562d0
authorJonathan Wright <jonathan@quag.geek.nz>
Wed, 25 Apr 2007 06:18:05 +0000 (25 18:18 +1200)
committerJonathan Wright <jonathan@quag.geek.nz>
Wed, 25 Apr 2007 06:18:05 +0000 (25 18:18 +1200)
treea7c4f86b58920ecbb8fa7f7ac8550831dfb73cfc
parent5e6c5cd23b0f3272ae6c2fed2df609ded2c810be
Cleaned up stack traces

Now

  Exception: nil does not respond to 'setStructure'
  ---------
  nil setStructure                     ParagraphRecognizer.io 9
  ParagraphRecognizer extractStructure Recognizer.io 4
  Recognizer examineLines              mark.io 8

Instead of

  Exception: nil does not respond to 'setStructure'
  ---------
  Coroutine pauseCurrentAndResumeSelf A4_Exception.io 150
  Coroutine resumeParentCoroutine     A4_Exception.io 161
  Coroutine raiseException            A4_Exception.io 243
  nil setStructure                    ParagraphRecognizer.io 9
  Exception raise                     Z_Importer.io 55
  Importer import                     Z_Importer.io 60
  ParagraphRecognizer extractStructureRecognizer.io 4
  Recognizer examineLines             mark.io 8
libs/iovm/io/A4_Exception.io
libs/iovm/io/Z_Importer.io