Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-dev] Supporting decompilers in debugging mode

 
Hi,
Can you try disabling "Use advanced source lookup" from Preferences->Java->Debug to see if it helps.
 
Thanks & Regards,
Sarika
----- Original message -----
From: Gayan Perera <gayanper@xxxxxxxxx>
Sent by: jdt-dev-bounces@xxxxxxxxxxx
To: "Eclipse JDT general developers list." <jdt-dev@xxxxxxxxxxx>
Cc:
Subject: [jdt-dev] Supporting decompilers in debugging mode
Date: Thu, Jan 23, 2020 11:38 PM
 
Hi All,
 
I tried https://marketplace.eclipse.org/content/enhanced-class-decompiler with eclipse 4.14 and 4.15 seems like i cannot step into classes which i don't have source code. Instead of opening the decompiled class it simply show the "no source found" editor page. Can some one guide me how to add the decompiler editor in the debugging so that i can step into decompiled source code by the above decompiler. I'm planning to provide a PR for that decompiler to fix this issue.
 
Gayan.
_______________________________________________
jdt-dev mailing list
jdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jdt-dev
 


Back to the top