Skip to content

Commit

Permalink
πŸ“ mention prompt logs in troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
sestinj committed May 11, 2024
1 parent e823ea0 commit 852a776
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,22 @@ To solve many problems, the first step is reading the logs to find the relevant

### VS Code

#### Console logs

1. `cmd+shift+p` (MacOS) / `ctrl+shift+p` (Windows)
2. Search for and then select "Developer: Toggle Developer Tools"
3. This will open the [Chrome DevTools window](https://developer.chrome.com/docs/devtools/)
4. Select the `Console` tab
5. Read the console logs

#### LLM prompt logs

If you're getting a response from the LLM that doesn't seem to make sense, you can

1. Open the "Output" panel (right next to the terminal)
2. In the dropdown, select "Continue - LLM Prompts/Completions
3. View the exact prompts that were sent to the LLM and the completions recieved

### JetBrains

Open `~/.continue/core.log`. The most recent logs are found at the bottom of the file.
Expand Down

0 comments on commit 852a776

Please sign in to comment.