PackageDescription: RBBytecodeTool


RB Bytecode Tool

Last published: February 24, 2009 by 'avalloud'

Defines 4 Classes
Extends 5 Classes


This is a simple bytecode viewing tool for RB. The actual bytecode view offers very little beyond what you see when you select '-bytecode' in a CompiledMethod inspector. The most useful thing is the list view on the method literals which allows to inspect individual literals conveniently.

Ultimately it would be cool to allow editing bytecode in the tool, but that's many coding hours ahead in the future :-).