You may also use dbstopnext with a condition as in the following example
foo=: 4 : 0 NB. comment line a=. 2 + y dbstopnext a=5 NB. set stop on the following statement only if a is 5 b=. a * 5 x + b ) See the script debug.ijs. dbstopnext is not covered in the Debug lab. Very useful for iterating algos. ~ Gilles ---------- Original Message ----------- From: "Brian Schott" <[EMAIL PROTECTED]> To: "Programming forum" <[email protected]> Sent: Fri, 28 Nov 2008 07:42:15 -0500 Subject: Re: [Jprogramming] using stop manager in debug > Adam, I think you'll find a way at this help location. > > ~/j602/help/dictionary/dx013.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ------- End of Original Message ------- ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
