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

Unified Diff: test/inspector/debugger/inspector-break-api-expected.txt

Issue 2636613002: [inspector] expose V8InspectorSession::breakProgram in test harness. (Closed)
Patch Set: rebased Created 3 years, 11 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: test/inspector/debugger/inspector-break-api-expected.txt
diff --git a/test/inspector/debugger/inspector-break-api-expected.txt b/test/inspector/debugger/inspector-break-api-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..9bd9187a4c7af17ba206d9901265a41390fa8f03
--- /dev/null
+++ b/test/inspector/debugger/inspector-break-api-expected.txt
@@ -0,0 +1,38 @@
+Checks breakProgram,(schedule|cancel)PauseOnNextStatement test API
+
+Running test: testBreakProgram
+Stack:
+callBreakProgram (:9:2)
+(anonymous) (:0:0)
+Other data:
+{
+ method : Debugger.paused
+ params : {
+ data : {
+ a : 42
+ }
+ hitBreakpoints : [
+ ]
+ reason : DOM
+ }
+}
+
+
+Running test: testSchedulePauseOnNextStatement
+Stack:
+(anonymous) (expr1.js:0:0)
+Other data:
+{
+ method : Debugger.paused
+ params : {
+ data : {
+ a : 42
+ }
+ hitBreakpoints : [
+ ]
+ reason : DOM
+ }
+}
+
+
+Running test: testCancelPauseOnNextStatement

Powered by Google App Engine
This is Rietveld 408576698