OLD | NEW |
| 1 Checks Protocol.Debugger.setBlackboxPatterns |
| 2 |
| 3 Running test: testIncorrectPattern |
1 Pattern parser error: Uncaught SyntaxError: Invalid regular expression: /(foo([)
/: Unterminated character class | 4 Pattern parser error: Uncaught SyntaxError: Invalid regular expression: /(foo([)
/: Unterminated character class |
2 Paused in | 5 |
3 (...):1 | 6 Running test: testStepping |
4 Paused in | 7 Debugger.pause called |
5 (...):1 | 8 |
6 Paused in | 9 Stack: |
7 qwe:3 | 10 (anonymous) (:0:0) |
8 baz:3 | 11 |
9 (...):1 | 12 Break location: |
10 Paused in | 13 #baz() |
11 bar:3 | 14 |
12 foo:3 | 15 |
13 qwe:3 | 16 Debugger.stepInto called |
14 baz:3 | 17 |
15 (...):1 | 18 Stack: |
16 Paused in | 19 qwe (qwe.js:2:10) |
17 qwe:4 | 20 baz (baz.js:2:12) |
18 baz:3 | 21 (anonymous) (:0:0) |
19 (...):1 | 22 |
20 Paused in | 23 Break location: |
21 qwe:5 | 24 function qwe() { |
22 baz:3 | 25 var a = #foo(); |
23 (...):1 | 26 return a + 1; |
24 Paused in | 27 |
25 (...):1 | 28 Debugger.stepInto called |
| 29 |
| 30 Stack: |
| 31 bar (bar.js:2:2) |
| 32 foo (foo.js:2:10) |
| 33 qwe (qwe.js:2:10) |
| 34 baz (baz.js:2:12) |
| 35 (anonymous) (:0:0) |
| 36 |
| 37 Break location: |
| 38 function bar() { |
| 39 #return 42; |
| 40 } |
| 41 |
| 42 |
| 43 Stack: |
| 44 qwe (qwe.js:3:2) |
| 45 baz (baz.js:2:12) |
| 46 (anonymous) (:0:0) |
| 47 |
| 48 Break location: |
| 49 var a = foo(); |
| 50 #return a + 1; |
| 51 } |
| 52 |
| 53 Debugger.stepInto called |
| 54 |
| 55 Stack: |
| 56 qwe (qwe.js:4:0) |
| 57 baz (baz.js:2:12) |
| 58 (anonymous) (:0:0) |
| 59 |
| 60 Break location: |
| 61 return a + 1; |
| 62 #} |
| 63 |
| 64 Debugger.stepInto called |
| 65 |
| 66 Stack: |
| 67 (anonymous) (:0:5) |
| 68 |
| 69 Break location: |
| 70 baz()# |
| 71 |
| 72 |
OLD | NEW |