Skip to content

Commit

Permalink
Add debug logging tip to extension README
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc committed Nov 27, 2024
1 parent ceeba19 commit 91571b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webio_jupyter_extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ By default, the `yarn build` command generates the source maps for this extensio
jupyter lab build --minimize=False
```

### Debugging

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.

### Development uninstall

```bash
Expand Down

0 comments on commit 91571b8

Please sign in to comment.