On Sat, May 1, 2010 at 1:56 PM, Alexander Mikhailov <[email protected]> wrote: > This one gets displayed correctly in the debug tool window. If I modify the > verb, adding rank - > > foo=: 4 : 0 "0 0 > NB. comment line > a=. 2 + y > b=. a * 5 > x + b > ) > > then in debug tool all lines are concatenated into one, and stepping doesn't > work. > > Am I doing something wrong? Is it a configuration issue?
In this second case you are not debugging the verb formed by : you are instead debugging the verb formed by " FYI, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
