Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » java decompilers not working
java decompilers not working [message #1783973] Tue, 20 March 2018 22:33 Go to next message
Enric Jaen Villoldo is currently offline Enric Jaen VilloldoFriend
Messages: 3
Registered: September 2012
Junior Member
I used to debug code with Eclipse, but I can't anymore with Eclipse Oxygen. Existing marketplace decompilers don't work; each one shows different breakopint lines, and debugging has become impossible. I think is because of Java 8. But this is really annoying and is affecting productivity.

[Updated on: Tue, 20 March 2018 22:35]

Report message to a moderator

Re: java decompilers not working [message #1783974 is a reply to message #1783973] Tue, 20 March 2018 23:43 Go to previous messageGo to next message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
I can't recommend regarding decompilers, I only debug code of which I have the source code (as a source attachment, when speaking of libraries) and thus I don't need a decompiler.
Are you sure you need one?
If so, you should probably report your issues to the team maintaining the decompiler you are using.

OTOH, as a last resort you can always set Method Breakpoints (entry or exit). Those work independent of any line numbers.
Just be aware that the existence of Method Breakpoints may slow down the JVM during debugging :(

HTH,
Stephan
Re: java decompilers not working [message #1784001 is a reply to message #1783974] Wed, 21 March 2018 12:53 Go to previous message
Enric Jaen Villoldo is currently offline Enric Jaen VilloldoFriend
Messages: 3
Registered: September 2012
Junior Member
thanks for the help, yes I can download the code, its just that before Java8 it used to work and wasn't so tedious.
yes I should contact the dev team
Previous Topic:AST resolve bindings
Next Topic:Unable to load Tool package
Goto Forum:
  


Current Time: Wed Apr 24 21:34:57 GMT 2024

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

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

Back to the top