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

In that case, please create a bug with reproducible steps.
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: [EXTERNAL] Re: [jdt-dev] Supporting decompilers in debugging mode
Date: Fri, Jan 24, 2020 2:22 PM
 
 
Hi,
 
No it didn’t help disabling advance source lookup. One year back may be in 2018 releases the decompiler worked for debugging. Those days if there is no decompiler we use to get the ClassFileEditor. But now it shows a different editor with a button and label
 
Gayan
 
On Fri, 24 Jan 2020 at 08:33, Sarika Sinha <sarika.sinha@xxxxxxxxxx> wrote:
 
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
 

_______________________________________________
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
_______________________________________________
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