Yes, that's exactly what I did. Thanks,
-- Raul On Tue, Feb 11, 2020 at 3:45 PM Henry Rich <[email protected]> wrote: > > Did you cut the stack using the debugger button that does that? (IIRC > there is one). > > Henry Rich > > > On 2/11/2020 3:42 PM, Raul Miller wrote: > > Let's say I have a buggy verb that I want to debug: > > > > ex=:3 :0 > > a=.1 2 3 > > b=.'jkl' > > assert 0 > > b,":a > > ) > > > > I am in jqt, and I enable debugging (cmd-k on osx), and run > > ex'' > > > > This brings up the debugger in the assert implementation, so I'm looking at > >> [0] 0 0 $ 13!:8^:((0 e. ])`(12"_)) > > I cut back the stack, and I expect to be viewing the definition of ex. > > However, that doesn't happen. (Hitting the refresh button in the debug > > window does not work around this issue.) > > > > If I cut back the stack twice, I am out of the debug context, so I > > have reason to believe that the stack is being cut back. But the > > debugger is not updating, here, when I cut back the stack. > > > > Engine: j901/j64avx2/darwin > > Release-e: commercial/2020-01-29T12:41:32 > > Library: 9.01.20 > > Qt IDE: 1.8.5/5.12.6 > > Platform: Darwin 64 > > Installer: J901 install > > InstallPath: /users/rauldmiller/j901 > > Contact: www.jsoftware.com > > > > FYI, > > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
