Re: java debugger
Re: java debugger
- Subject: Re: java debugger
- From: David Ewing <email@hidden>
- Date: Thu, 13 Oct 2005 10:10:55 -0600
On Oct 12, 2005, at 11:28 PM, Patrick Lenders wrote:
Dear,
I still have problems with the java debugger.
When I run an app without gdb, it seems to work .
When I run the app with jdb, it trows an uncaught exception:
java.lang.ClassNotFoundException. And what is annoying is that I can't
figure out which class can't be found.
If you're debugging Cocoa-Java, this is a known issue. Just hit
continue, and you should get past it. The Cocoa-Java runtime does
some class lookups by name when it's starting up that fail. They're
innocuous, but the debugger catches them.
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >java debugger (From: Patrick Lenders <email@hidden>) |