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.
In the meantime, you can use this page to fix some issues that are somewhat common.
Fixing outdated configuration/layout files
You can find more information here.
Resetting the local trace database
There are 2 commands that can be used to completely wipe all traces from your user's data:
just reset-db- Resets the local user's trace databasejust 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.