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

Unified Diff: sky/tools/skydb

Issue 690433002: Fix the inspector and integrate it with skydb (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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
« sky/tools/sky_server ('K') | « sky/tools/sky_server ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/skydb
diff --git a/sky/tools/skydb b/sky/tools/skydb
index cfe1996ce640269610477815948e521b47e5a6ec..92b660e0ae226eab5257137c7ac7839c00c3a8fd 100755
--- a/sky/tools/skydb
+++ b/sky/tools/skydb
@@ -59,6 +59,10 @@ def main():
shell_command = ['gdb', '--args'] + shell_command
print ' '.join(shell_command)
+ print "To inspect, include:"
+ print '<link rel="import" href="/sky/framework/inspector/inspector.sky" />'
+ print "And open:"
+ print "chrome-devtools://devtools/bundled/devtools.html?ws=localhost:9898"
subprocess.check_call(shell_command)
« sky/tools/sky_server ('K') | « sky/tools/sky_server ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698