help-octave
[Top][All Lists]
Advanced

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

Re: how to debug this strange load problem


From: Joe Koski
Subject: Re: how to debug this strange load problem
Date: Tue, 29 Aug 2006 09:23:07 -0600
User-agent: Microsoft-Entourage/11.2.5.060620

on 8/28/06 10:27 PM, frank wang at address@hidden wrote:

Hi,
 
After I rebuild octave 2.9.7 and octave 2.9.8, I still could not load a simple text file as the one attached. Since I have the source code, I want to debug the code and find out why. Could someone tell me how to debug octave using gdb? how to setup a breakpoint? To debug the load problem, where should I set the breakpoint?
 
I repeat my problem here again. After type the load test2.txt, octave does not show any data. If I type test2, octave will state that it does not exist. I have tried all suggestions from previous post, but I still cannot solve this.
 
Thanks
 
Frank

Frank,

What happens if you type in octave

   a=load test2.txt
   a

The variable a should have the values from the input file, so entering “a” without ; at the end of the line should print the values.

Joe

reply via email to

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