Jens Rieks <[EMAIL PROTECTED]> wrote: > On Sunday 17 April 2005 10:11, Leopold Toetsch wrote: >> > Log: >> > - show backtrace in real_exception if debug mode is turned on >> Shouldn't that be on always? > That's the question. There were a some test failures due to the changed > output. I'll simply adjust the tests...
just use output_like() and ignore the extra info. >> Good. Could you include source line information here too? See also >> src/warnings.c: print_pbc_location() and find_line(). > Good idea. The main reason why I invented this was, that the filenames are > wrong for included files, so I was unable to locate failure locations in a > large program. > I tried to fix the wrong filenames, but had no success yet. The line numbers > seem to be correct, though. It's inside the lexer imcc/imcc.l Line numbers are also handled there. Thanks, leo