Home
last modified time | relevance | path

Searched refs:exceptionEventCount (Results 1 – 1 of 1) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/EventModifiers/
DCountModifierDebuggee.java29 static int exceptionEventCount = 0; field in CountModifierDebuggee
45 System.out.println("TestClass.throwException: exceptionCount=" + exceptionEventCount); in throwException()
56 ++exceptionEventCount; in catchException()
87 exceptionEventCount = 0; in run()