jclasslib
jclasslib copied to clipboard
jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode.
com.intellij.diagnostic.PluginException: Do not use toolWindow.setAvailable() as part of ToolWindowFactory.init(). Use ToolWindowFactory.shouldBeAvailable() instead. [Plugin: jclasslib]
\N convert directly to line feed  I can't wrap lines by typing \n
Search for strings and usages of specific constant pool entries
I change the idea default font size ,and enlarge it,so like this. 
Currently, jclasslib is localized into German, Simplified Chinese and Polish. I'm looking for further localizations. If you are interested, please comment on this issue. The localization process is as follows:...
There have a way to add constants directly from a "notepad"? such as modifying methods you set up, it would be nice to have something similar, but setting each constant...
help, what's the problme? and i found when out cursor on the last line code, view menu "show bytecode with jClasslib" will be disappear.
see https://jbang.dev this lets you do `jbang jclasslib@ingokegel/jclasslib` alternatively you can make ingokel/jbang-catalog git repo and put jbang-catalog.json file in there and it would be just `jbang jclasslib@ingokel`

It would be great to have an option to show the bytecode of a `byte[]` during debugging class transformations without needing to write out the byte array to a file...