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

Side by Side Diff: test/inspector/debugger/command-line-api-with-bound-function-expected.txt

Issue 2891213002: [inspector] Refactor protocol-test.js (Closed)
Patch Set: comments addressed Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 Check that debug and monitor methods from Command Line API works with bound func tion. 1 Check that debug and monitor methods from Command Line API works with bound func tion.
2 > debug foo and bar 2 > debug foo and bar
3 > call foo and bar 3 > call foo and bar
4 paused in foo 4 paused in foo
5 paused in boo 5 paused in boo
6 > undebug foo and bar 6 > undebug foo and bar
7 > call foo and bar 7 > call foo and bar
8 > monitor foo and bar 8 > monitor foo and bar
9 > call foo and bar 9 > call foo and bar
10 function foo called 10 function foo called
11 function boo called 11 function boo called
12 > unmonitor foo and bar 12 > unmonitor foo and bar
13 > call foo and bar 13 > call foo and bar
14 > monitor and debug bar 14 > monitor and debug bar
15 > call bar 15 > call bar
16 function boo called 16 function boo called
17 paused in boo 17 paused in boo
18 > undebug bar 18 > undebug bar
19 > call bar 19 > call bar
20 function boo called 20 function boo called
21 > debug and unmonitor bar 21 > debug and unmonitor bar
22 > call bar 22 > call bar
23 paused in boo 23 paused in boo
OLDNEW
« no previous file with comments | « test/inspector/debugger/command-line-api-with-bound-function.js ('k') | test/inspector/debugger/continue-to-location.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698