Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8240953
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T20:40:08+00:00 2026-06-07T20:40:08+00:00

After switching to Eclipse 4.2.0 the debugger seems to be not responable or very

  • 0

After switching to Eclipse 4.2.0 the debugger seems to be not responable or very very slow. My used Java version is (same as used in Eclipse):

johannes@luna:~/sirix$ java -version
java version "1.7.0_03"
OpenJDK Runtime Environment (IcedTea7 2.1.1pre) (7~u3-2.1.1~pre1-1ubuntu3)
OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode)`

Anyone else encountered the same behavior?

Edit: I have had too many (old) breakpoints (maybe especially breakpoints on checked and unchecked exceptions are especially costly ;-))

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T20:40:10+00:00Added an answer on June 7, 2026 at 8:40 pm

    I don’t know about how to speed up the debugging in Eclipse, but there are some general rules you can follow to speed up Eclipse on a whole:

    1. Disable antivirus software, or add your JDK & eclipse & workspace & other related folder to white list in your antivirus software.

    2. Disable unnecessary validations and startup action in Eclipse reference.

      For validations: on Eclipse menu Windows -> Preferences -> Validation, click “Disable All”, and then select the validator which you need. I selected “Classpath Dependency Validator” only.

      For startup action: on eclipse menu Windows -> Preferences, type “startup”, select “Startup and Shutdown”, untick the options you don’t need. (Thanks for David’s suggest, I’ve added the above 2 detail steps for readers)

    3. Modify eclipse.ini to set the Xmn(new generation size), Xms and Xmx, enable parallel GC

      -vm C:/jdk1.6.0_25/bin
      -startup plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
      –launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.100.v20110502
      -product org.eclipse.epp.package.jee.product
      –launcher.defaultAction openFile
      –launcher.XXMaxPermSize 256M
      -showsplash org.eclipse.platform
      –launcher.XXMaxPermSize 256m
      –launcher.defaultAction openFile
      -vmargs
      -server
      -Dosgi.requiredJavaVersion=1.5
      -Xmn128m
      -Xms1024m
      -Xmx1024m
      -Xss2m
      -XX:PermSize=128m
      -XX:MaxPermSize=128m
      -XX:+UseParallelGC
      
    4. Create a ram disk(virtual disk) on memory, and put your jdk on the ram disk.
      You can use imdisk to create ram disk. Firstly download it from: http://www.ltr-data.se/opencode.html/#ImDisk, and install it.

      Then set the ImDisk driver to auto-load at Command Prompt with administrative privileges (for example right-click, start as Administrator), type:

      sc config imdisk start= auto
      net start imdisk
      

      Create a 200m ram disk as driver n by:

      imdisk -a -t vm -s 300m -m n:
      

      Then you should format the ram disk manually.

      Later, if you would like to remove the ram disk, just run the command:

      imdisk -D -m n:
      
    5. Make sure you are using Sun JDK, not open JDK/GCJ nor other JDK on Linux.
      If you are not satisfied with the after the above steps, install jRockit instead of Sun JDK, and change some of the VM options by jRocket specification,
      jRockit is faster than Sun JDK.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After switching to window 7, I can no longer use the external debugger with
For some reason setCurrentTab is not switching tabs after the first time. This is
After switching from firefox testing to internet explorer testing, some elements couldn't be found
After switching to a new mac at work, I tried to install APC as
I encountered a problem after switching from server-side JavaScript to CoffeeScript in a Node.js
After switching to AS3, I've been having a hell of a time figuring out
After upgrading to iPhone OS 4.0 the application started to crash after switching between
I cloned the centeral repository via hg clone my_project my_project_1 then after switching to
I'm experiencing some different behavior after switching from ASP.NET MVC 1.0 to ASP.NET MVC
How can I configure vim to autowrite buffers after switching with alt - tab

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.