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.
2debug foo and bar
2> debug foo and bar
3call foo and bar
3> call foo and bar
4 paused in foo
4 paused in foo
5 paused in boo
5 paused in boo
6undebug foo and bar
6> undebug foo and bar
7call foo and bar
7> call foo and bar
8monitor foo and bar
8> monitor foo and bar
9call foo and bar
9> call foo and bar
10 function foo called
10 function foo called
11 function boo called
11 function boo called
12unmonitor foo and bar
12> unmonitor foo and bar
13call foo and bar
13> call foo and bar
14monitor and debug bar
14> monitor and debug bar
15call bar
15> call bar
16 function boo called
16 function boo called
17 paused in boo
17 paused in boo
18undebug bar
18> undebug bar
19call bar
19> call bar
20 function boo called
20 function boo called
21debug and unmonitor bar
21> debug and unmonitor bar
22call bar
22> call bar
23 paused in boo
23 paused in boo
OLD
NEW
« no previous file with comments
|
« no previous file
|
no next file »
|
no next file with comments »
Issue 2397193002: [inspector] fix test expectations for command-line-api-with-bound-function
(Closed)
Created 4 years, 2 months ago by kozy
Modified 4 years, 2 months ago
Reviewers: dgozman
Base URL:
Comments: 0