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

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

Issue 2121673002: Update dev docs to reference the new skia debugger (skiaserve) (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/onlinedebugger.png ('k') | site/user/quick/linux.md » ('j') | 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 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
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
OLDNEW
« no previous file with comments | « site/dev/tools/onlinedebugger.png ('k') | site/user/quick/linux.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698