facebook

Breakpoints and memory loss(mostly mine)

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #202721 Reply

    – I am using Tomcat that comes with Suns JWSDP1.3. I think it is 5.0.
    The debugger does not stop at the line where breakpoint is set. I also do not seem to be able to see UseBean and other JSP page variables. After a few project builds, and debugging attempts, I get a message that I am running low on memory (I have 1 GIG of RAM) … And that I should shutdown MyEclipse …

    #202729 Reply

    Riyad Kalla
    Member

    Hey there:

    Older versions of Tomcat 5 had a bug where the class files weren’t mapped correctly to the source, there is a workaround (sticky) in this forum, or you can upgrade to Tomcat 5.0.18 (this is my suggestion). Secondly, as far as runing out of memory, if you aren’t passing custom VM params to Eclipse to give it more ram (256 lets say) then yes I’ve seen instances where people run out of memory (Especially with lots of plugins loaded, or a few heavy ones). You can give Eclipse more memory via the “-vmargs” command line param to the eclipse.exe (or eclipse on *nix) file via your shortcut (or script):

    
    eclipse.exe -vmargs -Xms128m -Xmx128m
    

    if you have 1GIG of ram, I think Xms128m and Xmx256m would be a good setting for you.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Breakpoints and memory loss(mostly mine)

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