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

Unified Diff: test/inspector/protocol-test.js

Issue 2685163006: [inspector] migrate set/remove BreakPoint to debug-interface.h (Closed)
Patch Set: added comment about inlined jsframe index Created 3 years, 10 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 | « test/inspector/debugger/set-breakpoint-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/inspector/protocol-test.js
diff --git a/test/inspector/protocol-test.js b/test/inspector/protocol-test.js
index d62c2e0c29fc940965c91e1efe14768b1e442a55..691f3562d2ae9ba3d25db82c602e324ee6e6ba6a 100644
--- a/test/inspector/protocol-test.js
+++ b/test/inspector/protocol-test.js
@@ -47,6 +47,8 @@ InspectorTest.logMessage = function(originalMessage)
object[key] = `<${key}>`;
else if (typeof object[key] === "object")
objects.push(object[key]);
+ else if (typeof object[key] === "string")
+ object[key] = object[key].replace(/([0-9]+):([0-9]+):([0-9]+)(\:debug)?/, '<scriptId>:$2:$3$4');
}
}
« no previous file with comments | « test/inspector/debugger/set-breakpoint-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698