octave-maintainers
[Top][All Lists]
Advanced

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

need test run in Matlab / help understanding debugger


From: John W. Eaton
Subject: need test run in Matlab / help understanding debugger
Date: Wed, 3 Apr 2019 16:26:56 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

It seems my recent refactoring of the call stack did some damage to the debugger. I'm trying to understand the best way to fix that and also make it (more?) compatible with Matlab.

Could someone please run the following test with the attached files? Unpacking the tar file will create a directory dbtst. In Matlab, cd to that directory and execute the following commands:

  diary on
  f1

%% Now you should be at a debug/keyboard prompt.
%% At the debug prompt, execute the commands

  f3
  dbup
  dbstack
  f3
  whos
  evalin ('caller', 'a')
  dbcont

%% Now you should be at the top-level prompt.  Execute

  diary off

and post the resulting diary file as a reply to this message.

Thanks,

jwe

Attachment: dbtst.tar.gz
Description: application/gzip


reply via email to

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