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

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

[Octave-bug-tracker] [bug #56272] The keyboard function and debug_on_err


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #56272] The keyboard function and debug_on_error handling of functions in a file is wrong
Date: Thu, 28 Jan 2021 01:17:46 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Update of bug #56272 (project octave):

                  Status:               Confirmed => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #2:

This problem appears to be fixed in Octave 6.1.  I see the following
behavior:


octave:1> source foofuns.m
octave:2> FuncOuter(1)
Calling keyboard
stopped in FuncInner at line 5 [.../foofuns.m] 
5:     keyboard("Inner> ");
Inner> dbcont
ans = 1
octave:3> debug_on_error (1)
octave:4> FuncOuter(2)
Calling error
error: iIn is 2
error: called from
    FuncInner at line 9 column 5
    FuncOuter at line 14 column 7
stopped in FuncInner at line 9 [.../foofuns.m] 
9:     error("iIn is 2");
debug> dbwhere
stopped in FuncInner at line 9 [.../foofuns.m] 
debug> quit


If there is still a problem, please comment and we can re-open or  open a new
bug report.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56272>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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