Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to debug in eclipse

807580Jun 17 2010 — edited Jun 18 2010
I have a java program .I have a list which I'm looping using a for loop.

I wish to debug the code after a particular match. I want to halt the program and wish to debug step by step when it matches the value

ScheduleList.getType() =="DFG" // "i" for loop counter

is it possible in Eclipse Debugger ? Does Watch in Eclipse debugger can help ? I'm not sure.

Could you please tell me the step how to debug for this ?


If this is not possible , Do I need to modify the code to debug ?
Please elaborate the details so that I can try this.

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2010
Added on Jun 17 2010
14 comments
361 views