Displaying 1 result from an estimated 1 matches for "mtace".
Did you mean:
  mace
  
2006 Oct 23
0
FW: Debug package question
...nd say the same as R,
> that an out
> > of bounds has occurred somewhere, but not where,  since
> mtrace has not
> > been called on the "function(x)".
> > 
> > One way to work around this, is to define the sub-function
> first with
> > a name,   call mtace() on it,  then execute the apply.    
> Is that the
> > only way?   Is there a way to set mtrace() to automatically mtrace()
> > any function it calls,  like "step into" and "step over" in other
> > languages ?
> > 
> > Regards,
> > Matthew...