Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
MVSのcallstackを使用して、C ++関数がluabindによってスクリプトでエクスポートされた場合、どのLua関数が私のC ++関数を呼び出したかを確認するにはどうすればよいですか?
関数lua_getstackおよびlua_getinfoを使用して、コールスタックを含むさまざまな有用なデバッグ情報を取得できます。