facebook

JSP Breakpoints

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253212 Reply

    jcorbin4607
    Member

    I’ve noticed when I have a running server in MyEclipseIDE that more often than not, trying to set a new breakpoint can bring MyEclipseIDE to its knees. If the server is running and I attempt to set a new breakpoint in a JSP, the IDE locks up for quite a while before finally becoming responsive again.

    Version info:

    MyEclipseIDE
    Version: 4.1.1
    Build id: 20060228-4.1.1-GA

    Eclipse
    Version: 3.1.2
    Build id: M20060118-1600

    Machine Info:
    AMD X2
    Windows XP SP2
    JDK 1.5_02

    #253221 Reply

    Riyad Kalla
    Member

    Factors that play into this:
    1) How many open projects you have and how big those projects are (every debuggable file in every project is a potential target for a break point, if any are set Eclipse can grind to a halt processing the possibilities). Be sure to close projects that have nothing to do with what you are working on.
    2) Increase your VM heap and permSize space to Eclipse (tip: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.html)

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP Breakpoints

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