The R Project SVN R

Rev

Rev 88581 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88581 Rev 88585
Line 127... Line 127...
127
  Note that condition handlers for other classes (such as \code{"warning"})
127
  Note that condition handlers for other classes (such as \code{"warning"})
128
  are still called and may cause a non-local transfer of control out of the
128
  are still called and may cause a non-local transfer of control out of the
129
  debugger.
129
  debugger.
130
}
130
}
131
\references{
131
\references{
132
  \bibshow{R:Becker+Chambers+Wilks:1988}
132
  \bibshow{R:Becker+Chambers+Wilks:1988, R:Chambers:1998}
133
 
-
 
134
  Chambers, J. M. (1998)
-
 
135
  \emph{Programming with Data. A Guide to the S Language}.
-
 
136
  Springer.
-
 
137
}
133
}
138
\seealso{
134
\seealso{
139
  \code{\link{debug}}, and
135
  \code{\link{debug}}, and
140
  \code{\link{traceback}} for the stack on error.
136
  \code{\link{traceback}} for the stack on error.
141
  \code{\link{browserText}} for how to retrieve the text and condition.
137
  \code{\link{browserText}} for how to retrieve the text and condition.