Struct gluon_vm::thread::DebugInfo [] [src]

pub struct DebugInfo<'a> { /* fields omitted */ }

Methods

impl<'a> DebugInfo<'a>
[src]

[src]

Returns the reason for the hook being called

[src]

Returns a struct which can be queried about information about the stack at a specific level where 0 is the currently executing frame.

[src]