facebook

Jsp Debugger never works for me

💡
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. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #239843 Reply

    mega5329
    Member

    Hi,

    I have been struggled pretty long time to make jsp debugger working, I can set breakpoint in jsp, but it never stop there. I am using MyEclipse 3.84 with Eclipse 3.02 and Weblogic 8.14. I even tried to download the latest trial MyEclipse 4.0 combined with Eclipse 3.1, still not working.

    For debugging with Weblogic, I am use the following JVM parameters to start up Weblogic:

    -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8989,server=y,suspend=n.

    and in Eclipse, I am using remote debug to attach to the port 8989

    Debugger is fine for java code

    Anybody have a clue what went went wrong.

    Millions thanks

    Chris

    #239844

    mega5329
    Member

    in weblogic.xml, is this required?

    Thanks

    Chris

    #239848

    Riyad Kalla
    Member

    Chris,
    See if this helps: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-18.html#97

    Also please keep in mind you shouldn’t need to set ANY vm parameters, you should just be able to setup your WebLogic 8 home dir and hit Run after selecting a JDK. No params, nothing fancy. Our connectors take care of all that stuff.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Jsp Debugger never works for me

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