Usage:1)Windows---Show View--Java-bytecode To see bytecode of the current Java editor/class file view. The automatic build for projects should is enabled with order to see generated class files. If "Link with editor" was on, then any selection in Java editor would be followed with selection of appropriated bytecode LA Bel, and Vice-versa. Note:this bi-directional selection could only works, if your bytecode contains source lines/local variables information. Check your compiler setings, if you is not sure that your compiler generates debug information. If "Show raw bytecode" is off, than local variable names'll be shown instead of indexes, full qualified names replaced W ith simply class names, and primitive type abbreviations decoded to readable names. If "Show current element Only" was on and then only bytecode of the current Field/method node would be shown (if the cursor is placed I Nside Field/method name or body). 2.1) Select *.class/*.java files, right click, Compare with, each of the other bytecode 2.2) Select one *.class/*.java file, right click, Compare with another class bytecode To compare bytecode of selected class files. Compare works also for *.class files included in any referenced *.jar library. "Toggle asmifier mode on/Off" button on both bytecode Outline and Compare View shows asmifier Java code, that generates SE Lected bytecode. More information on how to use asmifier you can find here. Note:if asmifier mode is ' on ', then selection of Java code cannot being folowed by selection of appropriated bytecode Instru Ction, and Vice-versa; The "Show raw bytecode" action is also meaningless. 3) Java-bytecode reference, Windows---Show View--- To see reference documentation to selected bytecode instruction in the bytecode view. This documentation was taken from "Java Vsan" by Jon Meyer & Troy Downing Copyright (c) 1997 by O ' Reilly &am P Associates, and provided with permission of O ' Reilly Media, Inc. packaging, Cleanup, reformatting and XSL transformation C Ompleted by Eugene Kuleshov ([email protected]). 4) Help, Help contents, JVM instruction Reference To see the entire bytecode reference documentation, provided with BCO plugin. |