help-octave
[Top][All Lists]
Advanced

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

Re: debugging


From: torsten
Subject: Re: debugging
Date: Sat, 1 Feb 2003 11:49:09 -0500

On Sat, 1 Feb 2003 10:06:34 -0600
branganj <address@hidden> wrote:

> Hi,
> I need to sieve through the source code for octave for my final year project.
> I'm not very good with gdb.  Can I use this? Like if octave is already 
> installed how do i use it? Should i compile it again using -g?????????
> What i really need to know from the debugger is where octave starts out?
> Which file reads in off the command line?  EG for the * operation?
> Thanks,
> Confused,
> Jill Brangan.

Using gdb requires compilation with the -g command.

you might want to find and isolate the code for analysis, copy the
functions into your own file - then write a driver program and analyze
only what you are interested in.

Torsten



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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