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

Support showing formatted byte code mnemonics instead of reconstructed Java source #5

Open
oakad opened this issue Dec 10, 2017 · 2 comments

Comments

@oakad
Copy link

oakad commented Dec 10, 2017

Properly formatted byte code is invaluable when addressing non trivial issues and when dealing with generated classes. It will be nice to have a toggle for this (Netbeans has one).

@dgileadi
Copy link
Owner

I'm not likely to implement this. There aren't many places in vscode where you can put your own UI except for the status bar, and I personally hate extensions that put UI there. In addition, the JDT Language Server project doesn't have a method for specifying a particular disassembler/decompiler on a per-file basis, so I'm not even sure how I'd go about trying.

@oakad
Copy link
Author

oakad commented Dec 12, 2017

What about allowing it as a global backend option (slightly annoying, but still quite usable)? Procyon has an option for this, and good old javap is also decent (especially if the output can be slightly hyper-linked to allow "go to source" to work for class references).

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

2 participants