Skip to content

Commit e26b913

Browse files
committed
Add more steps with images in debug and wintab pages
1 parent f0359ea commit e26b913

12 files changed

+81
-5
lines changed

debug.md

+63-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,77 @@
11
# Debug
22

33
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.
55

66
After running Aseprite, you will see that a
77
`Aseprite-v1.2-DebugOutput.txt` file (or with a similar name) will
88
be created in your desktop. You can send us that file at
99
[[email protected]](mailto:[email protected]) so we can help us
1010
solving your specific problem.
1111

12-
On Steam the `--debug` parameter is added in the launch options:
12+
How to add the `-debug` parameter on:
1313

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+
![Aseprite on Start menu](debug/win-1-start-menu.png)
26+
27+
2. In the actions list click "Open file location":
28+
29+
![Expand options](debug/win-2-actions.png)
30+
31+
3. Right-click the Aseprite shortcut and select the "Properties" option:
32+
33+
![Right click properties](debug/win-3-right-click-properties.png)
34+
35+
4. Finally write the `-debug` parameter in "Target" box and press "OK":
36+
37+
![Debug on properties](debug/win-4-debug-option.png)
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+
![Open Spotlight](debug/macos-1-open-spotlight.png)
47+
48+
2. In the Spotlight Search write `Terminal` and Enter key to open the
49+
Terminal app:
50+
51+
![Terminal on Spotlight](debug/macos-2-open-terminal.png)
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+
![Open Aseprite Properties](steam/steam-1-open-properties.png)
67+
68+
2. Click the "Set Launch Options" button:
69+
70+
![Open launch options](steam/steam-2-launch-options.png)
71+
72+
3. Add the `-debug` option and press "OK":
73+
74+
![Add debug option](steam/steam-3-debug-option.png)
1575

1676
---
1777

debug/macos-1-open-spotlight.png

52 KB
Loading

debug/macos-2-open-terminal.png

38 KB
Loading

debug/win-1-start-menu.png

94.4 KB
Loading

debug/win-2-actions.png

18.2 KB
Loading
83.6 KB
Loading

debug/win-4-debug-option.png

43.3 KB
Loading

steam/steam-1-open-properties.png

188 KB
Loading

steam/steam-2-launch-options.png

96.1 KB
Loading

steam/steam-3-debug-option.png

28.4 KB
Loading

steam/steam-3-disable-wintab.png

29.3 KB
Loading

wintab.md

+18-2
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,30 @@ correctly, you can disable the driver going to *Edit > Preferences > Experimenta
1313
![Don't load the WinTab driver](wintab/disable-wintab.png)
1414

1515
If you cannot even start the program, you can execute Aseprite with
16-
the `--disable-wintab` parameter (available since Aseprite v1.2):
16+
the `-disable-wintab` parameter (available since Aseprite v1.2):
1717

18-
"C:\Program Files\Aseprite\Aseprite.exe" --disable-wintab
18+
"C:\Program Files\Aseprite\Aseprite.exe" -disable-wintab
1919

2020
This will bypass the `WinTab32.dll` loading process. Your stylus might
2121
not work correctly, but at least Aseprite can be executed and used
2222
with your mouse/trackpad.
2323

24+
## Steam
25+
26+
On Steam you can add the `-disable-wintab` option in the Aseprite launch options:
27+
28+
1. Right-click Aseprite in your Steam library and open its "Properties":
29+
30+
![Open Aseprite Properties](steam/steam-1-open-properties.png)
31+
32+
2. Click the "Set Launch Options" button:
33+
34+
![Open launch options](steam/steam-2-launch-options.png)
35+
36+
3. Add the `-disable-wintab` option and press "OK":
37+
38+
![Add disable wintab option](steam/steam-3-disable-wintab.png)
39+
2440
---
2541

2642
**SEE ALSO**

0 commit comments

Comments
 (0)