Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHentschel committed Mar 14, 2024
1 parent de62058 commit eb4ebeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The specified file is executed using the default `source` command and breakpoint
The remaining config entries are:
* `"workingDirectory"`: An absolute path to the desired work directory.
Defaults to the workspace folder.
The R process is always launched in the workspace folder (reading the `.Rprofile` there) and then changes directory.
The R process is launched in this directory (reading the `.Rprofile` there).
* `"file"`: Required for debug modes `"file"` and `"function"`. The file to be debugged/sourced before calling the main function.
* `"mainFunction"`: Only used for debug mode `"function"`.
The name of the main function to be debugged. Must be callable without arguments.
Expand Down

0 comments on commit eb4ebeb

Please sign in to comment.