Skip to content

Commit 87f37f4

Browse files
authored
docs: add link to chrome store
1 parent 60096a0 commit 87f37f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/0675|Debugging.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ We also integrate with the [Datalog Console](https://github.com/homebaseio/datal
3838

3939
It's still in an early stage of development, but we seek to expose all common DB administration capabilities here and let you connect to any Datalog database that implements the console's interface.
4040

41+
#### Using the Datalog Console
42+
43+
1. [Add the extension to Chrome](https://chrome.google.com/webstore/detail/datalog-console/cfgbajnnabfanfdkhpdhndegpmepnlmb)
44+
2. Vist a page built with homebase-react [like this one](https://homebaseio.github.io/homebase-react/#!/dev.example.todo), open the inspector, click the `Datalog DB` tab, and click `Load database` to try it out
45+
4146
### DEPRECATED `_recentlyTouchedAttributes`
4247

4348
*Use [custom chrome formatters](#custom-chrome-formatters) instead.*
@@ -48,4 +53,4 @@ If you set `debug` to `true` in your configuration, you will be able to access t
4853
<HomebaseProvider config={{ debug: true }}>
4954
<App/>
5055
</HomebaseProvider>
51-
```
56+
```

0 commit comments

Comments
 (0)