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

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

[Octave-bug-tracker] [bug #59847] Unexpected behavior of evalin in some


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59847] Unexpected behavior of evalin in some cases
Date: Wed, 13 Jan 2021 02:40:33 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36 Edg/87.0.664.75

Follow-up Comment #7, bug #59847 (project octave):

In Matlab R2020b:

>> f3

f3var =

     3


f2var =

     2


f1var =

     0

at the debug prompt, execute the commands:
  dbstack
  dbup
  dbstack
  who
  f0
K>> dbstack
> In f1 (line 11)
In f2 (line 3)
In f3 (line 3)
K>> dbup
In workspace belonging to f2 (line 3)
K>> dbstack
In f1 (line 11)
> In f2 (line 3)
In f3 (line 3)
K>> who

Your variables are:

f2var  

K>> f0

f0var =

     0

at the following debug prompt, execute the commands:
  dbstack
  dbup
  dbstack
  who
  dbquit all
K>> dbstack
> In f0 (line 11)
In f1 (line 11)
In f2 (line 3)
In f3 (line 3)
K>> dbup
In workspace belonging to f1 (line 11)
K>> dbstack
In f0 (line 11)
> In f1 (line 11)
In f2 (line 3)
In f3 (line 3)
K>> who

Your variables are:

f1var  

K>> dbquit all
>> 



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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