Listening at address: lcy01-amd64-006:38822
Set uncaught java.lang.Throwable
Set deferred uncaught java.lang.Throwable
Initializing jdb ...
> 
VM Started: No frames on the current call stack

main[1] Deferring breakpoint CatchPatternTestTarg.main.
It will be set after the class is loaded.
main[1] Deferring breakpoint CatchPatternTestTarg.partTwo.
It will be set after the class is loaded.
main[1] > Set deferred breakpoint CatchPatternTestTarg.partTwo
Set deferred breakpoint CatchPatternTestTarg.main

Breakpoint hit: "thread=main", CatchPatternTestTarg.main(), line=36 bci=0
36            System.out.println("Howdy!");

main[1] Removed: uncaught java.lang.Throwable
main[1] Deferring all java.lang.I*.
It will be set after the class is loaded.
main[1] > 
Exception occurred: java.lang.IllegalArgumentException (to be caught at: CatchPatternTestTarg.loop(), line=21 bci=15)"thread=main", CatchPatternTestTarg.bark(), line=6 bci=65
6                throw new IllegalArgumentException("IllegalArgumentException");

main[1] > 
Exception occurred: java.lang.IllegalMonitorStateException (to be caught at: CatchPatternTestTarg.loop(), line=21 bci=15)"thread=main", CatchPatternTestTarg.bark(), line=10 bci=85
10                throw new IllegalMonitorStateException("IllegalMonitorStateException");

main[1] > 
Breakpoint hit: "thread=main", CatchPatternTestTarg.partTwo(), line=32 bci=0
32            loop(3);

main[1] Removed: all java.lang.I*
main[1] > 
The application exited
