help-octave
[Top][All Lists]
Advanced

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

dbstop questions


From: John W. Eaton
Subject: dbstop questions
Date: Sun, 29 Nov 2009 14:11:50 -0500

On 29-Nov-2009, J K wrote:

| 1. Is there a "dbstop if infnan" type functionality in octave?

No.

| 2. Is there a way to use dbstop in a loop and have it stop on each
| iteration of the loop? I noticed that if I did dbcont after the first
| stop, it would never stop at that line again.

Did you set the breakpoint on the for loop command itself?  That line
is only executed once at the start of the loop.  Setting the
breakpoint on a line inside the loop should work.

jwe


reply via email to

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