help-octave
[Top][All Lists]
Advanced

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

Re: Debugger in Octave


From: Martin Helm
Subject: Re: Debugger in Octave
Date: Mon, 1 Nov 2010 12:52:58 +0100
User-agent: KMail/1.13.5 (Linux/2.6.34.7-0.5-desktop; KDE/4.5.2; x86_64; ; )

Am Montag, 1. November 2010, 11:48:40 schrieb Neil Ghosh:
> Is there any debugger Octave ? For line by line debugging and watching
> variables ?

In the manual (you should have a pdf or html version with your octave 
installation) there is a chapter about debugging (in the current version it is 
ch 13, but not sure if that was the same in older versions).

Some important functions are
dbstop, dbclear: to set and clear breakpoints
dbcont, dbstep: to continue exectution

look at them with the help command to get the details.



reply via email to

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