The R Project SVN R

Rev

Rev 27442 | Rev 40344 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27442 Rev 38985
Line 44... Line 44...
44
\note{
44
\note{
45
  Functions such as \code{\link{sys.parent}} and
45
  Functions such as \code{\link{sys.parent}} and
46
  \code{\link{environment}} applied to closures will not work correctly
46
  \code{\link{environment}} applied to closures will not work correctly
47
  inside \code{debugger}.
47
  inside \code{debugger}.
48
 
48
 
-
 
49
  If the error occurred when computing the default value of a formal argument
-
 
50
  the debugger will report "recursive default argument reference" when
-
 
51
  trying to examine that environment. 
-
 
52
  
49
  Of course post-mortem debugging will not work if \R is too damaged to
53
  Of course post-mortem debugging will not work if \R is too damaged to
50
  produce and save the dump, for example if it has run out of workspace.
54
  produce and save the dump, for example if it has run out of workspace.
51
}
55
}
52
\references{
56
\references{
53
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
57
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)