Skip to content

Commit 91571b8

Browse files
Add debug logging tip to extension README
1 parent ceeba19 commit 91571b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webio_jupyter_extension/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ By default, the `yarn build` command generates the source maps for this extensio
6161
jupyter lab build --minimize=False
6262
```
6363

64+
### Debugging
65+
66+
Debug logging in the browser dev tools can be enabled by setting `localStorage.debug` to `"WebIO:*"` or `"WebIO:<component>"` where `<component>` is the part of WebIO you wish to get debug logging from.
67+
6468
### Development uninstall
6569

6670
```bash

0 commit comments

Comments
 (0)