Gilles Kirouac wrote:
Lab Debug

At step 3 of the Debug lab, the ? Debug Help button
is introduced. I don't see this button on the Debug toolbar and thus have no access to it.

At Step 4, Ctrl-T gives
|domain error: jdb_wd
|jdb_wd[0]

Both fixed, thanks.

At Step 7, foo is expected to be defined,
but value error is reported if the user inputs '2 foo 3'

I don't see this error.

I found dbstopme extremely useful, because it would stop in recursive situations while dbstop in the J session would stop only once (strange?). However dbstopme put stops on every line, while I would rather have a stop on the next line. I thus tried to remove stops with the Stop dialog, but that particularly damaged the Debugger.
Could we have a dbstophere?

Good idea. This is added as dbstopnext (= stop next line).

I would often like to check the result of the last
line of a verb before leaving that verb, but the debugger does not offer this facility.

I think the only way to do this is either to run the last line in the session, or stop the calling function.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to