Updated Debugging (markdown)

Gavin Bisesi 2016-09-18 11:23:59 -04:00
parent 760c5ea0ba
commit be377fc1fc

@ -35,13 +35,11 @@ You should now be able to execute either the cockatrice application, oracle appl
# OS X
1. Get the location of your `Cockatrice.app` application (usually in `/Applications`)
2. Open `Terminal.app`
* If `Cockatrice.app` is in your `Applications` folder, type ``/Applications/cockatrice.app/Contents/MacOS/cockatrice &> ~/Desktop/Cockatrice.log &``
3. The logs will auto record (to your desktop in this situation) while you use the application and will save once you close `Cockatrice.app`
Assuming Cockatrice is installed as `/Applications/Cockatrice.app`
- Open `Terminal.app`
- Run `/Applications/cockatrice.app/Contents/MacOS/cockatrice &> ~/Desktop/Cockatrice.log &`
- Cockatrice will record all logs to `Cockatrice.log` in your Desktop folder.
# Linux
Run cockatrice from the command line and the logs will be generated to stdout; you can redirect them to a file to upload to the bug tracker if you have problems.