Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Debug: F6 is fast, F8 is slow
Debug: F6 is fast, F8 is slow [message #97831] Mon, 22 September 2003 06:29 Go to next message
Eclipse UserFriend
Originally posted by: jcohrs.gmx.de

Hi,
I have a debug problem which is as follows:

In my code I have a method that contains calls to an external java
library/jar-file. I have set a breakpoint on a call to that method.

When I step over my breakpoint using F6, I am back in reasonable time,
say one second or so. I then continue with F8 and everything is fine.
Now, if I use F8 to step over the same breakpoint it costs me about 40
seconds or even more!

I am using Java 1.3.0 and Eclipse 2.1.1 on W2k Server.

Is this a known behaviour? Is there a way to work around this problem?

Best regards,
Joco
Re: Debug: F6 is fast, F8 is slow [message #98184 is a reply to message #97831] Tue, 23 September 2003 11:46 Go to previous message
Eclipse UserFriend
Originally posted by: jcohrs.gmx.de

joco wrote:
> Hi,
> I have a debug problem which is as follows:
>
> In my code I have a method that contains calls to an external java
> library/jar-file. I have set a breakpoint on a call to that method.
>
> When I step over my breakpoint using F6, I am back in reasonable time,
> say one second or so. I then continue with F8 and everything is fine.
> Now, if I use F8 to step over the same breakpoint it costs me about 40
> seconds or even more!
>
> I am using Java 1.3.0 and Eclipse 2.1.1 on W2k Server.
>
> Is this a known behaviour? Is there a way to work around this problem?
>
> Best regards,
> Joco
>

I switched to java 1.4.2 and now the problem is gone ...
Previous Topic:I would like to progammatially open .class file
Next Topic:Eclispe Plugins
Goto Forum:
  


Current Time: Wed Sep 17 03:24:42 EDT 2025

Powered by FUDForum. Page generated in 0.24942 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top