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

Unified Diff: runtime/observatory/lib/src/elements/script_inset.html

Issue 1305413004: Add source annotations for breakpoints. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: code review 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
Index: runtime/observatory/lib/src/elements/script_inset.html
diff --git a/runtime/observatory/lib/src/elements/script_inset.html b/runtime/observatory/lib/src/elements/script_inset.html
index b3f6cd592b23fca37f6304740f6f0aa1ac02d24d..ac2c08c752152675643a2456ebd6d07c2bd839f9 100644
--- a/runtime/observatory/lib/src/elements/script_inset.html
+++ b/runtime/observatory/lib/src/elements/script_inset.html
@@ -39,6 +39,10 @@
.currentCol {
background-color: #6cf;
}
+ .breakAnnotation {
+ background-color: #e66;
+ color: white;
+ }
.hitsNone, .hitsNotExecuted, .hitsExecuted {
display: table-cell;
vertical-align: top;
@@ -49,10 +53,10 @@
color: #a8a8a8;
}
.hitsNotExecuted {
- background-color: #EEA7A7;
+ background-color: #faa;
}
.hitsExecuted {
- background-color: #9BDD9B;
+ background-color: #aea;
}
.noCopy {}
.emptyBreakpoint, .possibleBreakpoint, .busyBreakpoint, .unresolvedBreakpoint, .resolvedBreakpoint {
« no previous file with comments | « runtime/observatory/lib/src/elements/script_inset.dart ('k') | runtime/observatory/lib/src/service/object.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698