Re: [fpc-pascal]RE: Debugging FPC

2003-08-22 Thread James Mills
On Thu, Aug 21, 2003 at 09:44:30PM -0700, Jeff Pohlmeyer wrote: > > 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 d

Re: [fpc-pascal]RE: Debugging FPC

2003-08-21 Thread Peter Vreman
>> 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

[fpc-pascal]RE: Debugging FPC

2003-08-21 Thread Jeff Pohlmeyer
> 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 exceptio