Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: site/dev/tools/qtdebugger.md

Issue 2128013003: Update markdown to use absolute image paths, fixing broken images (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « site/dev/tools/markdown.md ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ![Debugger interface](debugger.png) 118 ![Debugger interface](/dev/tools/debugger.png)
119 119
120 120
OLDNEW
« no previous file with comments | « site/dev/tools/markdown.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698