Getting Unity 2D Debug logs

Asked by Nathan Moos

Where do I find the debug output of Unity 2D's programs? I'm trying to see if some custom-inserted debug statements are being executed and can't find them anywhere.

Question information

Language:
English Edit question
Status:
Solved
For:
unity-2d Edit question
Assignee:
No assignee Edit question
Solved by:
Olivier Tilloy
Solved:
Last query:
Last reply:
Revision history for this message
Best Olivier Tilloy (osomon) said :
#1

You will find the logs in $HOME/.xsession-errors. Alternatively, if you run unity-2d-{panel,launcher,places,spread} in a terminal, the logs will be output there.

Revision history for this message
Nathan Moos (nathan-moos) said :
#2

Thanks Olivier Tilloy, that solved my question.