Listening at address: lcy01-amd64-006:33828
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 badscope:4.
It will be set after the class is loaded.
main[1] > Set deferred breakpoint badscope:4

Breakpoint hit: "thread=main", badscope.main(), line=4 bci=0
4                System.out.println("hi!");               // @1 breakpoint

main[1] > 
Step completed: "thread=main", badscope.main(), line=8 bci=8
8                System.out.println("done");

main[1] > 
Step completed: "thread=main", badscope.main(), line=9 bci=16
9            }

main[1] Method arguments:
args = instance of java.lang.String[0] (id=387)
Local variables:
main[1] > 
The application exited
