Modified version of base::source
that honors breakpoints set by the debugger.
.vsc.debugSource(
file,
local = FALSE,
envir = NULL,
chdir = FALSE,
print.eval = NULL,
encoding = "unknown",
...
)
String giving the name of the file to be sourced. Connections etc. are not supported!
Same as in base::source()
, can be overwritten by specifying an environment in envir
.
The environment in which to evaluate the sourced code. Overwrites local
, if specified.
Whether to temporarily change the working directory to the location of file
.
The encoding to be used by base::parse()
.
Further arguments are ignored but allowed for compatibility with base::source()
.
Other overwrites:
.vsc.load_all()
,
outputOverwrites