Package com.oracle.truffle.api.bytecode.debug
package com.oracle.truffle.api.bytecode.debug
Debug utilities for the Bytecode DSL. These features are not intended to be used in production
interpreters for performance reasons.
- Since:
- 24.2
-
InterfacesClassDescriptionBase interface for a bytecode root node to get additional debug event that are normally not available.Implement this class to quickly get some debug output for events in the bytecode node.