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

Unified Diff: runtime/bin/vmservice/observatory/lib/src/elements/isolate_summary.html

Issue 584293002: Begin implementing a debugger page in Observatory. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: use flexbox, basic commandline Created 6 years, 3 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
Index: runtime/bin/vmservice/observatory/lib/src/elements/isolate_summary.html
diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/isolate_summary.html b/runtime/bin/vmservice/observatory/lib/src/elements/isolate_summary.html
index 92338651b655eb74ac1686f1b0bb878380a6bd01..ed3398f1048eceda5ce5edeb4676386c0d40bbdf 100644
--- a/runtime/bin/vmservice/observatory/lib/src/elements/isolate_summary.html
+++ b/runtime/bin/vmservice/observatory/lib/src/elements/isolate_summary.html
@@ -152,12 +152,12 @@
<br>
<div class="memberItem">
<div class="memberValue">
- See <a on-click="{{ goto }}" _href="{{ gotoLink('/class-tree' + isolate.link) }}">class hierarchy</a>
+ See <a on-click="{{ goto }}" _href="{{ gotoLink('/debugger' + isolate.link) }}">debugger</a>
</div>
</div>
<div class="memberItem">
<div class="memberValue">
- See <a on-click="{{ goto }}" _href="{{ gotoLink(isolate.relativeLink('stacktrace')) }}">stack trace</a>
+ See <a on-click="{{ goto }}" _href="{{ gotoLink('/class-tree' + isolate.link) }}">class hierarchy</a>
</div>
</div>
<div class="memberItem">

Powered by Google App Engine
This is Rietveld 408576698