Skip to content

Commit 7aca123

Browse files
authored
docs: Add stream to readme (#970)
1 parent 6193fbc commit 7aca123

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ More general information on debugging with VS Code can be found on https://code.
8989
- `max_depth`: maximum depth that the debugger engine may return when sending arrays, hashes or object structures to the IDE (there should be no need to change this as depth is retrieved incrementally, large value can cause IDE to hang).
9090
- `show_hidden`: This feature can get set by the IDE if it wants to have more detailed internal information on properties (eg. private members of classes, etc.) Zero means that hidden members are not shown to the IDE.
9191
- `xdebugCloudToken`: Instead of listening locally, open a connection and register with Xdebug Cloud and accept debugging sessions on that connection.
92+
- `stream`: Allows to influence DBGp streams. Xdebug only supports `stdout` see [DBGp stdout](https://xdebug.org/docs/dbgp#stdout-stderr)
93+
- `stdout`: Redirect stdout stream: 0 (disable), 1 (copy), 2 (redirect)
9294

9395
Options specific to CLI debugging:
9496

0 commit comments

Comments
 (0)