質問

How to find out which Lua function called my C++ function, if C++ function exported in scripts by luabind, using callstack in MVS?

役に立ちましたか?

解決

You can use the functions lua_getstack and lua_getinfo to retrieve various useful debug information including the callstack.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top