"Rossell, Jill" wrote: > > Hi, > > I'm trying to debug an app and I'm having trouble setting a > breakpoint. Each time I set > a breakpoint I get the following error: > > No code at line ###, or class is optimized. > > I am compiling with -g option. > > Any Ideas? You need to turn off the JIT compiler (via setenv JAVA_COMPILER NONE or the like on your system).
- using new debugger Rich Johns
- RE: using new debugger Rossell, Jill
- Re: using new debugger Eric Raymond
- Re: using new debugger Paul Kinnucan
