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

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

Issue 2636613002: [inspector] expose V8InspectorSession::breakProgram in test harness. (Closed)
Patch Set: addressed comments 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
« no previous file with comments | « test/inspector/debugger/inspector-break-api.js ('k') | test/inspector/inspector-impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f3b019d058cd1dab8454c2d55cb4ab04b320fdbc
--- /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 : reason
+ }
+}
+
+
+Running test: testSchedulePauseOnNextStatement
+Stack:
+(anonymous) (expr1.js:0:0)
+Other data:
+{
+ method : Debugger.paused
+ params : {
+ data : {
+ a : 42
+ }
+ hitBreakpoints : [
+ ]
+ reason : reason
+ }
+}
+
+
+Running test: testCancelPauseOnNextStatement
« no previous file with comments | « test/inspector/debugger/inspector-break-api.js ('k') | test/inspector/inspector-impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698