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.
1 parent b4a8f3a commit 02016f2Copy full SHA for 02016f2
docs/tools/debugging.mdx
@@ -63,7 +63,7 @@ Access Chrome's developer tools inside Claude Desktop to investigate client-side
63
1. Create a `developer_settings.json` file with `allowDevTools` set to true:
64
65
```bash
66
-echo '{"allowDevTools": true }' > ~/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