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

Breakpoint hit: "thread=main", ArrayLengthDumpTarg.foo(), line=27 bci=219
27            bar();                      // @1 breakpoint

main[1]  this = {
    i: instance of int[7] (id=388)
    s: instance of java.lang.String[5] (id=389)
    t: instance of java.lang.String[][11] (id=390)
    length: 5
}
main[1]  this.s.length = 5
main[1]  this.s = {
"zero", "one", "two", "three", "four"
}
main[1]  this.t.length = 11
main[1]  this.t[1].length = 5
main[1]  ArrayLengthDumpTarg.i.length = 7
main[1]  this.length = 5
main[1] > 
The application exited
