The debugger is supposed to do automatically what you suggest, i. e.
rewrite the verb with a name.
When I bring up the debugger and change the locale a couple of times, I
get the options I expect, viz myverb (header) and myverb. For some
reason it doesn't show that way the first time.
Henry Rich
On 4/14/2023 9:43 PM, Raul Miller wrote:
My experience here is that explicit verbs need to be named for the
debugger to work with them.
Instead, for this kind of problem I'd do
myverb=: (myverbbase=: 3 :0)"0
2
3
)
And then put a stop in the lines for myverbbase.
Henry's message hints at another approach, where "myverbbase" would
have been generated automatically (though with a different name), but
I don't know how to take advantage of that.
FYI,
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm