Skip to main content

Troubleshooting

Troubleshooting in VS Code

It is possible to enable additional tracing to track down issues with the CodeTogether HQ extension. To do so:

  1. Open Settings > Extensions > CodeTogether HQ and select the Debug checkbox. Enable debug
  2. Restart VS Code.
  3. Open the Output panel and select the CodeTogether HQ console. Console output

Troubleshooting in IntelliJ

It is possible to enable additional tracing to track down issues with the CodeTogether HQ plugin. To do so:

  1. Go to Help > Diagnostic Tools > Debug Log Settings.
  2. Add codetogether.hq.trace:all to the list. Enable tracing
  3. Click OK.
  4. Restart IntelliJ.
  5. Open Help > Show Log in Explorer/Finder.
  6. Open the idea.log file.
  7. Search for codetogether.hq.trace. IntelliJ log

Troubleshooting in Eclipse

It is possible to enable additional tracing to track down issues with the CodeTogether HQ plugin. To do so:

  1. Open the configuration/config.ini file from the Eclipse installation directory.
  2. Add codetogether.hq.trace=true and save the file.
  3. Restart Eclipse.
  4. Open the Error Log view.
  5. Search for codetogether.hq. Enable tracing