> With compile modes: -gg -gl > Aren't line info and tracebacks suppose to be shown, > the above example does not show these.
I think the problem comes with using exceptions. Normally, if a run-time error occurs, the default exit proc will print the line number info to stdout. But if an exception traps the error before the program exits, then that information is absorbed by the exception handler, and never makes it to the exit proc. __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com _______________________________________________ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal