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

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

[Octave-bug-tracker] [bug #56150] Regressions with debugger


From: Rik
Subject: [Octave-bug-tracker] [bug #56150] Regressions with debugger
Date: Wed, 12 Jun 2019 16:54:40 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #56150 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #3:

Whoops, I realize I uploaded the wrong script for testing.  The new script is
db_prompt.m shown below.


## This is a script for testing the debugger's prompt
x = 1;

keyboard;

y = 2;


When you execute it repeatedly the debugger nesting level continually
increases.  Apparently the code to restore the debug level at the end of a
debugging session is not working.

Sample session:


octave:2> db_prompt
stopped in db_prompt at line 4
[/home/rik/wip/Projects_Mine/octave-dev/db_prompt.m] 
4: keyboard;
keyboard> dbcont
octave:3> db_prompt
stopped in db_prompt at line 4
[/home/rik/wip/Projects_Mine/octave-dev/db_prompt.m] 
4: keyboard;
[1]keyboard> dbcont
octave:4> db_prompt
stopped in db_prompt at line 4
[/home/rik/wip/Projects_Mine/octave-dev/db_prompt.m] 
4: keyboard;
[2]keyboard> dbcont




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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