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