Weblog

Eclipse breakpoint not working

Today I had some troubles to debug a Java class in Eclipse.
The debugger didn’t stop at my breakpoints.
To solve this issue I have editted my debug configuration in eclipse.

Put the following in your vm arguments to increase the initial and max heap size.

-Xms512M -Xmx512M

Other ideas are Welcome!!

Share and Enjoy:
  • del.icio.us
  • Google Bookmarks
  • DZone
  • LinkedIn
  • SphereIt
  • StumbleUpon
  • Technorati

One Response to “Eclipse breakpoint not working”

  1. ilx Says:

    Do you use Sun VM 1.6? If so make sure you use the latest version – there are reported bugs with older 1.6 JVMs.

Leave a Reply

Technology