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,

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to