| OLD | NEW |
| 1 CONSOLE MESSAGE: line 10: 42 | 1 CONSOLE MESSAGE: line 10: 42 |
| 2 CONSOLE MESSAGE: line 13: | 2 CONSOLE MESSAGE: line 13: |
| 3 CONSOLE MESSAGE: line 20: undefined | 3 CONSOLE MESSAGE: line 20: undefined |
| 4 CONSOLE MESSAGE: line 27: 42 | 4 CONSOLE MESSAGE: line 27: 42 |
| 5 This tests how navigation is handled from inside debugger code (console.log). | 5 This tests how navigation is handled from inside debugger code (console.log). |
| 6 { | 6 { |
| 7 error : { | 7 error : { |
| 8 code : -32000 | 8 code : -32000 |
| 9 message : Cannot find context with specified id | 9 message : Cannot find context with specified id |
| 10 } | 10 } |
| 11 id : 0 | 11 id : 0 |
| 12 } | 12 } |
| 13 { | 13 { |
| 14 error : { | 14 error : { |
| 15 code : -32000 | 15 code : -32000 |
| 16 message : Cannot find context with specified id | 16 message : Cannot find context with specified id |
| 17 } | 17 } |
| 18 id : 0 | 18 id : 0 |
| 19 } | 19 } |
| 20 { | 20 { |
| 21 error : { | 21 error : { |
| 22 code : -32000 | 22 code : -32000 |
| 23 message : Cannot find context with specified id | 23 message : Cannot find context with specified id |
| 24 } | 24 } |
| 25 id : 0 | 25 id : 0 |
| 26 } | 26 } |
| 27 | 27 |
| OLD | NEW |