help-octave
[Top][All Lists]
Advanced

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

Re: bug with debugging command?


From: James Sherman Jr.
Subject: Re: bug with debugging command?
Date: Mon, 30 Jul 2007 15:02:09 -0400

I believe that it needs the function name (not a file name).  So test_db_oct.m should contain something like:

===
function test_db_oct()

plot(0,0);

return
===

Then you could call the dbstatus command as thus:
lst = dbstatus('test_db_oct');

Hope this helps.

James

On 7/30/07, Ares <address@hidden > wrote:
hi all,

I am trying to use the debugging tools in octave, but when I try:

lst = dbstatus (['test_db_oct.m'])

I get

error: dbstatus: unable to find the function you requested

where test_db_oct.m is just

plot(0,0);

Some hints? I searched the nabble archive but there's not one post
with this error message...

--
Diego
http://www.ares001.altervista.org/
_______________________________________________
Help-octave mailing list
address@hidden
https://www.cae.wisc.edu/mailman/listinfo/help-octave


reply via email to

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