Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jdibug doesn't support archives (.zips, .jars) in jde-sourcepath #22

Open
GoogleCodeExporter opened this issue Apr 30, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. attempt to step into a method (eg. java.lang.Object.getClass()) that has 
source contained in, eg. /opt/sun-jdk-1.6.0.26/src.zip 
2. notice jdibug saying something like "JDIbug file java/lang/Object.java not 
in source path".

I see a lot of calls to (file-exists-p filename), and directly 
expanding/scanning the jde-sourcepath entries.  It might be better to defer to 
jde-find-class-source-file, though it has a funny variable return type (either 
a filename or an already-loaded buffer).

Original issue reported on code.google.com by joshs...@gmail.com on 6 Sep 2011 at 7:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant