File size: 287 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
# Debug Tools
Provides a way for the client to send debug back to the wrapper.
## IPC messages
Listens for the following:
- `debug` - sent by the `debug` library running in the client and is then fed to the terminal during development
- `toggle-dev-tools` - toggles Chrome dev tools
|