help-octave
[Top][All Lists]
Advanced

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

Re: debugging failure


From: John Swensen
Subject: Re: debugging failure
Date: Mon, 26 Nov 2007 10:13:36 -0500


On Nov 26, 2007, at 6:29 AM, David Bateman wrote:

line 179 of pkg is a persistent command, then is not executed except for
the first time pkg is loaded, which is also why dbstop('pkg',1) didn't
work.. You need to place the brakpoint on an executable line for example
dbstop('pkg', 185);

D.


Should this be filed as a bug? In Matlab, it stops at persistent declarations regardless of whether it is going to be executed. From what you said, it appears as if it will only be part of the execution tree the first time through.

John Swensen


reply via email to

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