Stop Line marks a single line (where you had your cursor) with a breakpoint.

Stop All alternates between turning on breakpoints on all lines and
removing breakpoints from all lines.

-- 
Raul

On Mon, Jul 2, 2012 at 8:16 PM, adam dunne <adam...@gmail.com> wrote:
> With
> abc=: 3 : 0
> a=. 2 + y
> b=. rst 5
> 1 + a + b
> )
>
> rst=: 3 : 0
> r=. 3 * y
> 5 + r
> )
> In .ijs
>
> In .ijx:
> dbss’rst 1’
> abc 5
>
> Debug stops at rst[1]
> Clicking on Stop Manager
> There are 3 entries in the top left window:
> r
> rst
> abc
>
> The ‘stop all’ button works for abc and rst
> How does ‘stop line’ work?
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to