Skip to content

Commit 7e72e6c

Browse files
committed
Add more README
1 parent 71ffcd5 commit 7e72e6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ For more examples, see [examples](cdt-examples/src/main/java/com/github/kklisura
103103

104104
**How to fix:** With the version `2.1.0` and above, this buffer was increased to 8MB and can be further increased if necessary by setting the appropriate [configuration property](cdt-examples/src/main/java/com/github/kklisura/cdt/examples/IncreasedIncomingBufferInTyrusExample.java).
105105

106+
## Debugging chrome
107+
108+
In order to debug chrome when using this library, set the logger `com.github.kklisura.cdt.launch.chrome.output` to `DEBUG` level. See [ChromeLoggingExample](cdt-examples/src/main/java/com/github/kklisura/cdt/examples/ChromeLoggingExample.java) for more information. Be sure to remove or turn the logger off, when done.
109+
106110
## Running unit tests
107111

108112
`make verify`

0 commit comments

Comments
 (0)