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

Unified Diff: docs/linux_debugging_gtk.md

Issue 1318153003: [Docs] fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « docs/linux_debugging.md ('k') | docs/linux_debugging_ssl.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_debugging_gtk.md
diff --git a/docs/linux_debugging_gtk.md b/docs/linux_debugging_gtk.md
index 710674253f2b2e34fd61e5ef181965629ed78929..f4330a36dabc2e971948b3d9d71392adbebb27ae 100644
--- a/docs/linux_debugging_gtk.md
+++ b/docs/linux_debugging_gtk.md
@@ -54,7 +54,7 @@ gtkparasite, you can do:
scp bunny.sfo:/usr/lib/gtk-2.0/modules/libgtkparasite.so /tmp
sudo cp /tmp/libgtkparasite.so /usr/lib/gtk-2.0/modules/libgtkparasite.so
-## `GDK_DEBUG`
+## GDK_DEBUG
Use `GDK_DEBUG=nograbs` to run GTK+ without grabs. This is useful for gdb
sessions.
« no previous file with comments | « docs/linux_debugging.md ('k') | docs/linux_debugging_ssl.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698