Troubleshooting in CodeTogether Live
When troubleshooting issues in CodeTogether Live, a Debug Log can be helpful.
Viewing the Debug Log in IntelliJ
Select Help > Diagnostic Tools > Debug Log Settings.
Add
codetogether.connection:allto the list.Click OK.
Restart IntelliJ.
Start a new CodeTogether session.
Choose Help > Show Log in Explorer/Finder.
Open the
idea.log fileand search for entries containingcodetogether.connection.
Viewing the Debug Log in Eclipse
Close Eclipse.
Edit the
eclipse.inifile. It is usually next to your Eclipse IDE executable.Add the following property below the
-vmargsline:-Dcodetogether.trace=trueSave the file.
Launch Eclipse from the command line: Windows:
eclipse.exe -console -consolelogLinux/macOS:./eclipse -console -consolelogStart a new CodeTogether session.
View the log in the Terminal view.
Viewing the Debug Log in VS Code
Open the command palette (
Ctrl+Shift+P) and type>CodeTogether Live: Open Settings.Click the Workspace tab.
Under CodeTogether: Debug, select the Enable debug logging check box.
Start a new CodeTogether session.
Select View>Output.
Click the drop down arrow and select CodeTogether Live to view the log.