Skip to content

Troubleshooting

CodeTracer is currently in an experimental state, so we expect that there are many bugs that have not been found as of now. If you find any bug, please report it as an issue on GitHub.

Tip

When reporting a bug, include the relevant log files. See the Logs and Diagnostics page for how to find and collect logs.

Fixing outdated configuration/layout files

You can reset them by deleting your ~/.config/codetracer folder currently.

You will be able to find more information in the configuration docs eventually: work in progress.

Resetting the local trace database

There are 2 commands that can be used to completely wipe all traces from your user's data:

  1. just reset-db - Resets the local user's trace database
  2. just clear-local-traces - Clears the local user's traces

Broken local build

Sometimes your local build might break. In most cases, a simple direnv reload and just build should be able to fix it. Otherwise, you can ask for help on our issues tracker, or in our chat server

<!-- TODO: Add more info here -->