posted 14 years ago
Pretty Simple...
Start the server in debug mode.(instead of clicking the ->start button click on the debug(bug image) button)
if you hapen to see any error while starting the debug mode, just make sure that you have websphere server runtime added to your classpath rather than just jdk....and restart in debug mode again.....
after the server staretd in debug mode....invoke the application and make sure that you put the break points already where ever necessary inthe code(just double click on left most side of the code on side bar) and code halts when it hits the first break point while execution....hit F6 to goto next line of code, F5 to get in to the calling methode from current line, and f8 to jump to next break point.....
Hope that helps...