| OLD | NEW |
| 1 Skia Debugger (deprecated) | 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 |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 ctrl-r | rewinds the picture to the first command | 108 ctrl-r | rewinds the picture to the first command |
| 109 ctrl-p | plays to the next breakpoint or last command | 109 ctrl-p | plays to the next breakpoint or last command |
| 110 ctrl-i | Toggles the inspector and settings widgets | 110 ctrl-i | Toggles the inspector and settings widgets |
| 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  | 118  |
| 119 | 119 |
| 120 | 120 |
| OLD | NEW |