The R Project SVN R

Rev

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

Rev 61160 Rev 61433
Line 54... Line 54...
54
  inside \code{debugger}.
54
  inside \code{debugger}.
55
 
55
 
56
  If the error occurred when computing the default value of a formal
56
  If the error occurred when computing the default value of a formal
57
  argument the debugger will report \dQuote{recursive default argument
57
  argument the debugger will report \dQuote{recursive default argument
58
  reference} when trying to examine that environment.
58
  reference} when trying to examine that environment.
59
  
59
 
60
  Of course post-mortem debugging will not work if \R is too damaged to
60
  Of course post-mortem debugging will not work if \R is too damaged to
61
  produce and save the dump, for example if it has run out of workspace.
61
  produce and save the dump, for example if it has run out of workspace.
62
}
62
}
63
\references{
63
\references{
64
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
64
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
Line 97... Line 97...
97
Browse[1]> ls()
97
Browse[1]> ls()
98
[1] "g"
98
[1] "g"
99
Browse[1]> g
99
Browse[1]> g
100
function() stop("test dump.frames")
100
function() stop("test dump.frames")
101
<environment: 759818>
101
<environment: 759818>
102
Browse[1]> 
102
Browse[1]>
103
Available environments had calls:
103
Available environments had calls:
104
1: f()
104
1: f()
105
2: g()
105
2: g()
106
3: stop("test dump.frames")
106
3: stop("test dump.frames")
107
 
107