I'm studying the debug tool. It's explained in User Manual and in the Lab.
An example for debugging used in the Lab is the following:
foo=: 4 : 0
NB. comment line
a=. 2 + y
b=. a * 5
x + b
)
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?
Thanks,
Alexander
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm