7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
Test basic JVMTI breakpoint functionality.
|
|
|
|
Tests that it is possible to throw exceptions while handling breakpoint events
|
|
and that they are handled appropriately. This includes checking that it is
|
|
possible for the method being breakpointed to catch exceptions thrown by the
|
|
handler.
|