OLD | NEW |
1 Skia Debugger | 1 Skia Debugger (deprecated) |
2 ============= | 2 ============= |
3 | 3 |
4 Introduction | 4 Introduction |
5 ------------ | 5 ------------ |
6 | 6 |
7 The Skia Debugger is a graphical tool used to step through and analyze the | 7 The Skia Debugger is a graphical tool used to step through and analyze the |
8 contents of the Skia picture format. Pre-requisites include installing the Qt | 8 contents of the Skia picture format. Pre-requisites include installing the Qt |
9 Library and downloading the Skia code base. | 9 Library and downloading the Skia code base. |
10 | 10 |
11 Qt is available here: http://qt-project.org/downloads. | 11 Qt is available here: http://qt-project.org/downloads. |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 ctrl-d | Toggles the directory widget | 111 ctrl-d | Toggles the directory widget |
112 space | Pauses drawing execution | 112 space | Pauses drawing execution |
113 ctrl-o | Opens a file dialog for loading pictures | 113 ctrl-o | Opens a file dialog for loading pictures |
114 ctrl-s | Saves the skp if you deleted any commands | 114 ctrl-s | Saves the skp if you deleted any commands |
115 ctrl-shift-s | Saves the skp under the new specified name | 115 ctrl-shift-s | Saves the skp under the new specified name |
116 ctrl-q | Quits | 116 ctrl-q | Quits |
117 | 117 |
118 ![Debugger interface](debugger.png) | 118 ![Debugger interface](debugger.png) |
119 | 119 |
120 | 120 |
OLD | NEW |