facebook

Unable to Debug WebLogic 8.1 Application

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #206344 Reply

    akommaraju
    Member

    I installed MyEclipse. Able to start, stop and deploy apps to WebLogic server, but unable to debug app. When I click on debug it takes me to a window that has debug title and says that no plug-in is not available.

    Eclipse Version 2.1.3
    WebLogic 8.1
    Java SDK 1.4
    MyEclipse

    #206397

    Riyad Kalla
    Member

    If you want to debug a web application, you (1) make sure to run your app server (WebLogic here) in debug mode. This setting is under Window > Preferences > MyEclipse > WebLogic > Launch, “Debug Mode”.

    Now to “debug” you need to set breakpoints in your app. Either in your JSPs or Class files, and then switch back to your browser and execute a path that would cause that breakpoint to be hit. At which point execution will stop, and you can switch back to Eclipse and start stepping through it.

    When you said “I click debug”, I’m guessing you are trying to use the debug button that is part of Eclipse used to run stand alone apps, this will not work.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Unable to Debug WebLogic 8.1 Application

You must be logged in to post in the forum log in