• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Running WSAD in debug mode!

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anyone please help me in running the server in debug mode in websphere app. developer and how to proceed further??
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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...
 
Maybe he went home and went to bed. And took this tiny ad with him:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic