~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to src/library/base/man/trace.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-01-19 12:40:24 UTC
  • mfrom: (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090119124024-abxsf4e0y7713w9m
Tags: 2.8.1-2
debian/control: Add another Build-Depends: exclusion for the 
'kfreebsd-i386 kfreebsd-amd64 hurd-i386' architecture to openjdk-6-jdk.
Thanks to Petr Salinger for the heads-up.               (Closes: 512324)

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    tracing state is \code{FALSE}, none of the trace actions will
83
83
    actually occur (used, for example, by debugging functions to shut
84
84
    off tracing during debugging).}
85
 
  \item{expr, msg} { arguments to the support function \code{.doTrace}, calls to
86
 
      which are inserted into the modified function or method:
87
 
      \code{expr} is the tracing action (such as a call to
88
 
      \code{browser()}, and \code{msg} is a string identifying the
89
 
      place where the trace action occurs.
90
 
    }
 
85
  \item{expr, msg}{arguments to the support function \code{.doTrace}, calls to
 
86
    which are inserted into the modified function or method:
 
87
    \code{expr} is the tracing action (such as a call to
 
88
    \code{browser()}, and \code{msg} is a string identifying the
 
89
    place where the trace action occurs.
 
90
  }
91
91
}
92
92
\details{
93
93
  The \code{trace} function operates by constructing a revised version