Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Very slow debugging of native calls JDK 12.0.1(debugging)
Very slow debugging of native calls JDK 12.0.1 [message #1808738] Sun, 30 June 2019 18:27 Go to next message
Pablo D is currently offline Pablo DFriend
Messages: 1
Registered: June 2019
Junior Member
Hi,

I'm using the lastest Eclipse 2019-06 and I'm having trouble debugging some code that calls into native code.

When I run the application normally it barely takes 1 second to complete. But when I step through the code with the debugger it takes a reaaaaally long time to step over calls to native code...

Is this a known problem for JDK 12.0.1 and Eclipse? Are there any solutions?

Thanks!
Re: Very slow debugging of native calls JDK 12.0.1 [message #1808958 is a reply to message #1808738] Fri, 05 July 2019 03:59 Go to previous message
Sarika Sinha is currently offline Sarika SinhaFriend
Messages: 131
Registered: February 2010
Location: Bangalore, India
Senior Member
Try switching off these two parameters in Preferences->Java-> Debug
1) Advanced source lookup
2) Show method result after a step operation

If it doesn't help, please create a bug in JDT Debug: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=JDT


Sarika Sinha
JDT Programmer
Previous Topic: How do I remove applet from "run as" permanently !!
Next Topic:How to obtain fully qualiifed name of IAnnotation?
Goto Forum:
  


Current Time: Fri Apr 26 22:46:22 GMT 2024

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

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

Back to the top