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:all
to the list.Click OK.
Restart IntelliJ.
Start a new CodeTogether session.
Choose Help > Show Log in Explorer/Finder.
Open the
idea.log file
and search for entries containingcodetogether.connection
.
Viewing the Debug Log in Eclipse
Close Eclipse.
Edit the
eclipse.ini
file. It is usually next to your Eclipse IDE executable.Add the following property below the
-vmargs
line:-Dcodetogether.trace=true
Save the file.
Launch Eclipse from the command line: Windows:
eclipse.exe -console -consolelog
Linux/macOS:./eclipse -console -consolelog
Start 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.