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

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

[Octave-bug-tracker] [bug #56018] dbclear not working as expected


From: Muhali
Subject: [Octave-bug-tracker] [bug #56018] dbclear not working as expected
Date: Thu, 28 Mar 2019 05:55:34 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0

URL:
  <https://savannah.gnu.org/bugs/?56018>

                 Summary: dbclear not working as expected
                 Project: GNU Octave
            Submitted by: muhali
            Submitted on: Thu 28 Mar 2019 02:55:33 AM PDT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 5.1.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

below is a funny looking script showing – at least in my view – that
dbclear is not working as expected.


fid = fopen("goo.m", "wt") ;
fputs(fid, "function goo\n\
   hoo() ;\n\
endfunction\n\
\n\
function hoo\n\
   disp('hoo') ;\n\
endfunction\n") ;
fclose(fid) ;

addpath .

dbstop goo 2 ;
dbstop goo 6 ;
dbstatus

dbclear all

dbstop goo 2 ;
dbstatus


The second dbstop (goo 6) is still there.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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