Quantcast
Channel: Source Code Analyzer
Viewing all articles
Browse latest Browse all 42

Bytecode Outline

$
0
0
Date Created: 
Tue, 2004-10-05 16:58
Date Updated: 
Fri, 2021-01-15 10:14
Andrey Loskutov

Bytecode Outline plugin shows disassembled bytecode of current java editor or class file, allows bytecode compare for java/class files and shows ASMifier code for current bytecode. Have you already asked yourselves what the compiler does with your Java code? Here is the answer ;)

Bytecode outline help not only to better understand your compiler but also to write your own bytecode on the fly with ASM.

Latest version support Eclipse 4.7 - 4.8, but the update site has links to versions for 3.3, 3.4, 3.5 and 3.6 too.

Note: there is a new alpha version supporting Java 11 available (on same update site but with new view id), the sources are at https://github.com/iloveeclipse/bytecodeoutline/.

Support development of the plugin!

 

 

 

My other plugins on EPIC:


Viewing all articles
Browse latest Browse all 42

Trending Articles