octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #39357] "dir" function return empty names


From: Rik
Subject: [Octave-bug-tracker] [bug #39357] "dir" function return empty names
Date: Wed, 17 Jul 2013 21:52:33 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Follow-up Comment #3, bug #39357 (project octave):

Since we can't reproduce it I think you might need to try on your own.  The
'dir' function is an m-file which means it is written in Octave's own
scripting language and you can step through the code line-by-line with the
debugger until you notice something odd.

Try the following


dbstop dir
a = dir

dbnext


You can just hit <RETURN> to keep executing dbnext and advance line by line.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39357>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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