|
1 | 1 | # Debug
|
2 | 2 |
|
3 | 3 | In case that you are having some problem running Aseprite, you can
|
4 |
| -execute it with the `--debug` option in the command line. |
| 4 | +execute it with the `-debug` option in the command line. |
5 | 5 |
|
6 | 6 | After running Aseprite, you will see that a
|
7 | 7 | `Aseprite-v1.2-DebugOutput.txt` file (or with a similar name) will
|
8 | 8 | be created in your desktop. You can send us that file at
|
9 | 9 |
|
10 | 10 | solving your specific problem.
|
11 | 11 |
|
12 |
| -On Steam the `--debug` parameter is added in the launch options: |
| 12 | +How to add the `-debug` parameter on: |
13 | 13 |
|
14 |
| -<a href="http://imgur.com/txXcgzO"><img src="http://i.imgur.com/txXcgzO.gif" title="source: imgur.com" /></a> |
| 14 | +* [Windows](#windows) |
| 15 | +* [macOS](#macos) |
| 16 | +* [Steam](#steam) |
| 17 | + |
| 18 | +<hr> |
| 19 | + |
| 20 | +## Windows |
| 21 | + |
| 22 | +1. You can press the Windows key to open the Start menu and write |
| 23 | + `Aseprite`, then expand the actions of Aseprite: |
| 24 | + |
| 25 | +  |
| 26 | + |
| 27 | +2. In the actions list click "Open file location": |
| 28 | + |
| 29 | +  |
| 30 | + |
| 31 | +3. Right-click the Aseprite shortcut and select the "Properties" option: |
| 32 | + |
| 33 | +  |
| 34 | + |
| 35 | +4. Finally write the `-debug` parameter in "Target" box and press "OK": |
| 36 | + |
| 37 | +  |
| 38 | + |
| 39 | +<hr> |
| 40 | + |
| 41 | +## macOS |
| 42 | + |
| 43 | +1. First you have to close Aseprite, then open the Spotlight Search |
| 44 | + pressing ⌘Space or clicking the magnifying glass in the menu bar: |
| 45 | + |
| 46 | +  |
| 47 | + |
| 48 | +2. In the Spotlight Search write `Terminal` and Enter key to open the |
| 49 | + Terminal app: |
| 50 | + |
| 51 | +  |
| 52 | + |
| 53 | +3. In the terminal write the following command and press Enter: |
| 54 | + |
| 55 | + open -a Aseprite --args -debug |
| 56 | + |
| 57 | +<hr> |
| 58 | + |
| 59 | +## Steam |
| 60 | + |
| 61 | +On Steam you can add the `-debug` option in the Aseprite launch options: |
| 62 | + |
| 63 | +1. Right-click Aseprite (or Ctrl+click on macOS) in your Steam library |
| 64 | + and open its "Properties": |
| 65 | + |
| 66 | +  |
| 67 | + |
| 68 | +2. Click the "Set Launch Options" button: |
| 69 | + |
| 70 | +  |
| 71 | + |
| 72 | +3. Add the `-debug` option and press "OK": |
| 73 | + |
| 74 | +  |
15 | 75 |
|
16 | 76 | ---
|
17 | 77 |
|
|
0 commit comments