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

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

[Octave-bug-tracker] [bug #46251] error doesn't return to debug prompt


From: Olaf Till
Subject: [Octave-bug-tracker] [bug #46251] error doesn't return to debug prompt
Date: Mon, 19 Oct 2015 18:27:54 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.3.0

URL:
  <http://savannah.gnu.org/bugs/?46251>

                 Summary: error doesn't return to debug prompt
                 Project: GNU Octave
            Submitted by: i7tiol
            Submitted on: Mon 19 Oct 2015 06:27:53 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: Olaf Till
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

If a command given at the debug prompt causes an error, it returns to top
level, not to the debug prompt. Example:


octave:1> function func ()
> keyboard
> endfunction
octave:2> func
stopped in func at line 2
debug> error ("test")
error: test
error: called from
    func at line 2 column 1
octave:2>


Since this is probably connected to recent changes, basing error() on
expressions, see also (noted by Rik):
<http://savannah.gnu.org/bugs/?46216>




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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