octave-maintainers
[Top][All Lists]
Advanced

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

Debug Line Numbers


From: Rik
Subject: Debug Line Numbers
Date: Mon, 11 Mar 2013 11:55:07 -0700

3/11/13

John,

This isn't an immediate concern because I know the parser is still in
flux.  However, the lines that the debug system chooses for breakpoints
have changed.  It used to be that a breakpoint would be set at the first
executable line of an m-file.  This meant skipping any initial comments,
blank lines, and the function header.  Now the breakpoint appears to be set
at the first non-comment line.

In 3.6.4
dbstop ls
ans = 42

On dev branch
dbstop ls
ans = 39

--Rik


reply via email to

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