octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

debugging bug (was: Re: line number tracking in the parser)


From: John W. Eaton
Subject: debugging bug (was: Re: line number tracking in the parser)
Date: Fri, 9 Jan 2009 12:23:40 -0500

On  9-Jan-2009, David Bateman wrote:

| John W. Eaton wrote:
| > I just checked in the following changes that I think will improve the
| > handling of input_line_number in the parser so that line numbers that
| > are reported in error messages will be more accurate.  I would also
| > expect setting breakpoints with the debugger to work better...
| >
| > jwe
| >
| >   
| That is great... Think that it would fix the problem of setting 
| breakpoints on certain lines in class methods (eg on if, for, etc 
| blocks) I tried the following after a rebuild with this patch
| 
| dbstop gf
| a = gf(0:3,2)
| 
| and the result was the breakpoint was not respected. I attach this OOP 
| class here to see if you know what the issue is..

I think I can fix this fairly easily with the new evaluator but it may
take a few days.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]