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

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

[Octave-bug-tracker] [bug #33295] Octave can not debug when read from pi


From: Jordi Gutiérrez Hermoso
Subject: [Octave-bug-tracker] [bug #33295] Octave can not debug when read from pipe
Date: Thu, 12 May 2011 21:06:44 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20110109 Forestcougar/3.6.13 (like Firefox/3.6.13)

Follow-up Comment #7, bug #33295 (project octave):

I'm sorry, I realise my previous response was again too terse.

The reason why it makes a difference is that debugging is inherently
interactive in a way that a script doesn't have to be. Pipes are not meant to
be used interactively, but they're fine if you need Octave to process a script
and dump output to some file or screen. When you use pipes for an interactive
process, however, you end up (1) reimplementing a lot of readline's interface,
(2) reimplementing Octave's parser. So because there's no need to do (1) and
(2), there is no need to attempt to make debugging work over pipes.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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