help-octave
[Top][All Lists]
Advanced

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

Re: Kind of a lookfor function


From: David Bateman
Subject: Re: Kind of a lookfor function
Date: Tue, 31 May 2005 05:37:54 +0200
User-agent: Mozilla Thunderbird 0.8 (X11/20040923)

This seems like a rather difficult method of debugging (at least for
someone who has never used gdb before). Might it be feasible to make the breakpoint setting a function so that lay-users could do it? I'm thinking something along the lines of:

x = stuff(y);
breakpoint
z = blah(x);

So that I could look at x (and the current space) in place.


You're mistaking debugging an oct-file written in C++, etc with debugging an octave script. If the user is going to write oct-files in a compiled language then I assume they are capable using standard debugging tools like gdb...

As for the breakpoint idea above, have you looked at the "keyboard" command?

Regards
David

--
David Bateman                                address@hidden
Motorola Labs - Paris +33 1 69 35 48 04 (Ph) Parc Les Algorithmes, Commune de St Aubin +33 1 69 35 77 01 (Fax) 91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: [x] General Business Information [ ] Motorola Internal Use Only [ ] Motorola Confidential Proprietary



-------------------------------------------------------------
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]