pykd/pykd/localvar.h

18 lines
346 B
C
Raw Normal View History

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