We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在测试测试的时候, 点击 MarkStaticRecord 之后, 创建一个新tabel 插入一些数据,然后 记录二次快照(MarkLuaRecord),最后 点击 DiffRecord 对比快照, 没有任何日志 或 数据打印....(感觉 Table 引用读取有些bug)
框架:ToLua
实例代码如下: ` arr = {} for i=1,1000 do table.insert( arr, GameObject(tostring(i))) end
`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我在测试测试的时候, 点击 MarkStaticRecord 之后, 创建一个新tabel 插入一些数据,然后 记录二次快照(MarkLuaRecord),最后 点击 DiffRecord 对比快照, 没有任何日志 或 数据打印....(感觉 Table 引用读取有些bug)
框架:ToLua
实例代码如下:
`
arr = {}
for i=1,1000 do
table.insert( arr, GameObject(tostring(i)))
end
`
The text was updated successfully, but these errors were encountered: