File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -60,13 +60,10 @@ The logs capture:
60
60
61
61
Access Chrome's developer tools inside Claude Desktop to investigate client-side errors:
62
62
63
- 1 . Enable the ` allowDevTools ` flag in your ` developer_settings.json ` file :
63
+ 1 . Create a ` developer_settings.json ` file with ` allowDevTools ` set to true :
64
64
65
65
``` bash
66
- [ -s ~ /Library/Application\ Support/Claude/developer_settings.json ] \
67
- && jq ' .allowDevTools = true' ~ /Library/Application\ Support/Claude/developer_settings.json > tmp.json \
68
- || echo ' {"allowDevTools": true}' > tmp.json \
69
- && mv tmp.json ~ /Library/Application\ Support/Claude/developer_settings.json
66
+ echo ' {"allow_dev_tools": true }' > ~ /Library/Application\ Support/Claude/developer_settings.json
70
67
```
71
68
72
69
2 . Open DevTools: ` Command-Option-Shift-i `
You can’t perform that action at this time.
0 commit comments