Michal Wallace <[EMAIL PROTECTED]> wrote: > Is it possible to print out the line number > of the bad instruction when parrot encounters > an error and fails?
Yep. I'll have a look at it. > I don't suppose there's one magic error routine > that controls all the error messages, and someone > could just add a line or two to handle this? :) Almost all runtime errors are going through internal_exception(). I'll add these two lines :) > Michal J Wallace leo