The R Project SVN R

Rev

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

Rev 68948 Rev 73574
Line 5... Line 5...
5
 
5
 
6
\name{findLineNum}
6
\name{findLineNum}
7
\alias{findLineNum}
7
\alias{findLineNum}
8
\alias{setBreakpoint}
8
\alias{setBreakpoint}
9
\title{
9
\title{
10
  Find the Location of a Line of Source Code, or Set a Breakpoint There.
10
  Find the Location of a Line of Source Code, or Set a Breakpoint There
11
}
11
}
12
\description{
12
\description{
13
  These functions locate objects containing particular lines of source
13
  These functions locate objects containing particular lines of source
14
  code, using the information saved when the code was parsed with
14
  code, using the information saved when the code was parsed with
15
  \code{keep.source = TRUE}.
15
  \code{keep.source = TRUE}.