We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c610ba + 02016f2 commit 558de7aCopy full SHA for 558de7a
docs/tools/debugging.mdx
@@ -60,10 +60,10 @@ The logs capture:
60
61
Access Chrome's developer tools inside Claude Desktop to investigate client-side errors:
62
63
-1. Enable DevTools:
+1. Create a `developer_settings.json` file with `allowDevTools` set to true:
64
+
65
```bash
-jq '.allowDevTools = true' ~/Library/Application\ Support/Claude/developer_settings.json > tmp.json \
66
- && mv tmp.json ~/Library/Application\ Support/Claude/developer_settings.json
+echo '{"allowDevTools": true}' > ~/Library/Application\ Support/Claude/developer_settings.json
67
```
68
69
2. Open DevTools: `Command-Option-Shift-i`
0 commit comments