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

Unified Diff: runtime/bin/vmservice/client/lib/observatory_elements.html

Issue 113513004: Handle vmservice messages while at breakpoint. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years 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/client/lib/observatory_elements.html
===================================================================
--- runtime/bin/vmservice/client/lib/observatory_elements.html (revision 31232)
+++ runtime/bin/vmservice/client/lib/observatory_elements.html (working copy)
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
+ <link rel="import" href="src/observatory_elements/breakpoint_list.html">
<link rel="import" href="src/observatory_elements/class_view.html">
<link rel="import" href="src/observatory_elements/code_view.html">
<link rel="import" href="src/observatory_elements/collapsible_content.html">

Powered by Google App Engine
This is Rietveld 408576698