MonoDebugLocalVar

extern (C) nothrow
struct MonoDebugLocalVar {
char* name;
int index;
}

Members

Variables

block
MonoDebugCodeBlock* block;

Might be null for the main scope

Meta