Debugger Recommendation?

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Larry Rose

Debugger Recommendation?

Post by Larry Rose »

I love TextPad, but at times I need a debugger. Can anyone recommend a good debugger that doesn't cost an arm and a leg?
User avatar
jeffy
Posts: 323
Joined: Mon Mar 03, 2003 9:04 am
Location: Philadelphia

Re: Debugger Recommendation?

Post by jeffy »

Larry Rose wrote:I love TextPad, but at times I need a debugger. Can anyone recommend a good debugger that doesn't cost an arm and a leg?
Sure:

Code: Select all

System.out.println("XXX");
Just kidding. :' )
User avatar
jeffy
Posts: 323
Joined: Mon Mar 03, 2003 9:04 am
Location: Philadelphia

Re: Debugger Recommendation?

Post by jeffy »

Larry Rose wrote:I love TextPad, but at times I need a debugger. Can anyone recommend a good debugger that doesn't cost an arm and a leg?
Try this: http://www.google.com/search?sourceid=n ... ad+%2Bfree

I don't have a specific recommendation, but this should be a good start.
Post Reply