Alex Light | c38c369 | 2017-06-27 15:45:14 -0700 | [diff] [blame] | 1 | Test basic JVMTI breakpoint functionality. |
2 | |||||
3 | This test ensures we can place breakpoints on particular lines of a method. It | ||||
4 | sets breakpoints on each line in turn of a function with multiple execution | ||||
5 | paths and then runs the function, receiving the breakpoint events. |