()
| 43 | function f() {a=1;b=2;}; |
| 44 | function g() {f();} |
| 45 | function h() {} |
| 46 | |
| 47 | // This test sets several break points at the same place and checks that |
| 48 | // several break points at the same place only makes one debug break event |
no outgoing calls
no test coverage detected