pykd/pykd/localvar.h

18 lines
340 B
C
Raw Normal View History

#pragma once
#include "stkframe.h"
namespace pykd {
///////////////////////////////////////////////////////////////////////////////
python::dict getLocals();
python::dict getLocalsByFrame( StackFrame &frame );
///////////////////////////////////////////////////////////////////////////////
} // end pykd namespace