mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-25 08:03:58 -05:00
Updated Debugging (markdown)
parent
760c5ea0ba
commit
be377fc1fc
10
Debugging.md
10
Debugging.md
|
|
@ -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.
|
||||
Loading…
Reference in New Issue
Block a user