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

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

[Octave-bug-tracker] [bug #56625] debug prompt can change erratically


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #56625] debug prompt can change erratically
Date: Tue, 23 Jul 2019 11:58:18 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #3, bug #56625 (project octave):

That's strange, and not what I see:


octave:1> __octave_config_info__ ('hg_id')
ans = 6c438195f4e0
octave:2> tst_dbp
stopped in tst_dbp at line 3 [/net/devnull/scratch/jwe/build/octave/tst_dbp.m]


keyboard> qqq
error: 'qqq' undefined near line 1 column 1
error: called from
    tst_dbp at line 3 column 1
keyboard> dbnext
stopped in tst_dbp at line 5 [/net/devnull/scratch/jwe/build/octave/tst_dbp.m]

5: y = 2;
debug> dbcont
octave:3> 


I'd like to understand why you see this different behavior because it's not
what I expect to happen.

But now I see that your tst_dbp script is stopping at line 6 and mine is
stopping at line 3.  The version of this script that you attached to this bug
report has the keyboard statement at line 3.  Is your version different from
the one posted here?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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