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

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

[Octave-bug-tracker] [bug #33411] Breakpoints aren't hit with run comman


From: Rik
Subject: [Octave-bug-tracker] [bug #33411] Breakpoints aren't hit with run command
Date: Mon, 16 May 2016 05:46:50 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #33411 (project octave):

                  Status:             In Progress => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #20:

I changed the already_existed variable name to delete_fcn since it seemed
clearer.  I checked in the changeset here
http://hg.savannah.gnu.org/hgweb/octave/rev/4c080cbc4ef9.

The issue with having to type dbcont twice is because the isdir script is
called when print_usage() is invoked.  See the transcript below where I set a
breakpoint in isdir ("dbstop isdir") before proceeding with another breakpoint
and dbcont.


octave:2> dbstop poly
ans =  57
octave:3> poly
stopped in /home/rik/local/share/octave/4.1.0+/m/polynomial/poly.m at line 57
57:   if (nargin != 1)
debug> dbcont
stopped in /home/rik/local/share/octave/4.1.0+/m/general/isdir.m at line 26
26:   if (nargin != 1)
debug> dbstack
stopped in:

  -->                         isdir at line 26
[/home/rik/local/share/octave/4.1.0+/m/general/isdir.m]
                            tempdir at line 40
[/home/rik/local/share/octave/4.1.0+/m/miscellaneous/tempdir.m]
                       __makeinfo__ at line 120
[/home/rik/local/share/octave/4.1.0+/m/help/__makeinfo__.m]
      print_usage>get_usage_texinfo at line 129
[/home/rik/local/share/octave/4.1.0+/m/help/print_usage.m]
                        print_usage at line 60
[/home/rik/local/share/octave/4.1.0+/m/help/print_usage.m]
                               poly at line 58
[/home/rik/local/share/octave/4.1.0+/m/polynomial/poly.m]


Closing report.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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