facebook

JSP debugging not show values in MyEclipse Beta

💡
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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #228683 Reply

    akademiks
    Member

    I there, when i set my break point in my jsp file, i have to be vert attentive to see where it is because its not yellow underlined like in java files, in addition, i can’t evaluate any expression!!! Suppose i set a breakpoint to the second line:

    <%
    String test = “this is a test”;
    String test2 = “”;
    %>

    i will add ‘test’ in the expression window but i can’t see its runtime value i just see the variable name. Someone got a clue for this?

    #228688

    Riyad Kalla
    Member

    Can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.

    #228693

    akademiks
    Member

    Sorry…

    My Config:

    Windows XP
    Eclipse 3.1.0
    MyEclipse 3.1
    Eclipse JDK 5.0
    TOMCAT 5.5

    Thx

    #228699

    Riyad Kalla
    Member

    Eclipse 3.1.0

    What version exactly? 3.1M4? M6? nightly build? etc. (The best way to figure this out is to tell me the exact name of the file you used to install eclipse with)

    MyEclipse 3.1

    There is no such version of MyEclipse. You can find the exact version by going to Window > Preferences > MyEclipse and reading the version from there.

    Eclipse JDK 5.0

    Type “java -version” in your console and post the version here, I need to know exactly what version of the JDK you are using (And I think you mean Sun’s JDK, not Eclipse).

    #228700

    akademiks
    Member

    MyEclipse Enterprise Workbench 3.8.4 M6 Beta
    Sun’s JDK 5.0
    Eclipse 3.1M6 Build id: I20050401-1645

    #228701

    Riyad Kalla
    Member

    Sun’s JDK 5.0

    We are almost there, just post java -version like I asked and I will then be able to try and reproduce the problem you are having. That is why I need to know *exactly* what you are using, I’m not just asking you because I enjoy your company 😀

    #228704

    akademiks
    Member

    lol OK, sorry i tought it was ok…

    java version “1.5.0”
    java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
    java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode)

    #228705

    Riyad Kalla
    Member

    Ok before we continue I would suggest right off the bat to go here: http://java.sun.com/j2se/1.5.0/download.jsp

    (2nd line down) and download the _02 service release of 1.5 and install it. I *know* of 4 support cases in the forums already related to debugging the the DB Explorer/JDBC drivers that were caused by using the 1.5.0 release that was fixed in _02, so let’s try that first, then do your debugging test case again, if it is still broken I will take a look and file a bug if the developers establish that it is a problem with our debugger and the not the Eclipse debugger.

    Also keep in mind you are using a beta product on a beta platform, so these issues are not unexpected. If you found this same issue with stable Eclipse/MyEclipse it is a more serious issue.

Viewing 8 posts - 1 through 8 (of 8 total)
Reply To: JSP debugging not show values in MyEclipse Beta

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