blob: 346ca93766faff922fdd315cdbd98839eefacaff [file] [log] [blame] [edit]
Checks stepping with blackboxed frames on stack
Running test: testStepIntoFromUser
(anonymous) (expr.js:0:0)
Executing stepInto...
Executing stepInto...
userFoo (user.js:21:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing stepInto...
Executing stepInto...
userBoo (user.js:25:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing stepInto...
Executing stepInto...
testStepFromUser (user.js:30:0)
(anonymous) (expr.js:0:0)
Executing resume...
Running test: testStepOverFromUser
(anonymous) (expr.js:0:0)
Executing stepInto...
Executing stepInto...
userFoo (user.js:21:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing stepOver...
Executing stepOver...
userBoo (user.js:25:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing stepOver...
Executing stepOver...
testStepFromUser (user.js:30:0)
(anonymous) (expr.js:0:0)
Executing resume...
Running test: testStepOutFromUser
(anonymous) (expr.js:0:0)
Executing stepInto...
Executing stepInto...
userFoo (user.js:21:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing stepOut...
userBoo (user.js:25:2)
frameworkCall (framework.js:9:23)
testStepFromUser (user.js:29:2)
(anonymous) (expr.js:0:0)
Executing resume...
Running test: testStepIntoFromFramework
frameworkBreakAndCall (framework.js:13:12)
testStepFromFramework (user.js:33:2)
(anonymous) (expr.js:0:0)
Executing stepInto...
userFoo (user.js:21:2)
frameworkBreakAndCall (framework.js:14:23)
testStepFromFramework (user.js:33:2)
(anonymous) (expr.js:0:0)
Executing resume...
Running test: testStepOverFromFramework
frameworkBreakAndCall (framework.js:13:12)
testStepFromFramework (user.js:33:2)
(anonymous) (expr.js:0:0)
Executing stepOver...
testStepFromFramework (user.js:34:0)
(anonymous) (expr.js:0:0)
Executing resume...
Running test: testStepOutFromFramework
frameworkBreakAndCall (framework.js:13:12)
testStepFromFramework (user.js:33:2)
(anonymous) (expr.js:0:0)
Executing stepOut...
testStepFromFramework (user.js:34:0)
(anonymous) (expr.js:0:0)
Executing resume...