Module handler

Source
Expand description

Handler implementations for inspector integration.

Traits§

InspectorHandler
Trait that extends [Handler] with inspection functionality.

Functions§

frame_end
Handles the end of a frame by calling the appropriate inspector method.
frame_start
Handles the start of a frame by calling the appropriate inspector method.
inspect_instructions
Run Interpreter loop with inspection support.