Skip to content

Commit

Permalink
Also allow splitOverwrittenOutput in launch configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelHentschel committed Sep 5, 2024
1 parent c2b5ab0 commit 654440f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/configuration.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ Whether to use a separate socket for custom events.
Is necessary to allow flow control (stepping through code).
* `"customPort"`: Port number of custom socket. Leave emtpy/0 to assign automatically.
* `"customHost"`: Host name of custom socket. Leave empty to use localhost.
* `"splitOverwrittenOutput"`:
Whether to show the overwritten output in the normal stdout/stderr as well.


### 3.3 Shared config entries
Expand All @@ -120,6 +118,8 @@ Breakpoints and the modified `print`/`cat`/`message`/`str` functions are applied
* `"overwriteStr"`: Same as above for `str()`.
* `"overwriteMessage"`: Same as above for `message()`
* `"overwriteSource"`: Whether to overwrite the `source` function with a custom version that is affected by breakpoints set in VS Code.
* `"splitOverwrittenOutput"`:
Whether to show the overwritten output in the normal stdout/stderr as well.


## 4. R Options
Expand Down

0 comments on commit 654440f

Please sign in to comment.