debug

显示已弃用

*此内容使用人工智能(Beta)翻译,可能包含错误。若要查看英文页面,请点按 此处

为Roblox的代码调试提供几个基本功能。与Lua的debug 库存在Lua的默认版本不同,这个版本已被重新沙箱。

概要

职能

职能

traceback

参数

message: string
level: number
默认值:1

返回

traceback

参数

thread: coroutine
message: string
level: number
默认值:1

返回

info

参数

level: number
options: string

返回

info

参数

function: function
options: string

返回

info

参数

thread: coroutine
level: number
options: string

返回

profilebegin

void

参数

label: string

返回

void

profileend

void

返回

void

getmemorycategory

返回

setmemorycategory

参数

tag: string

返回

resetmemorycategory

void

返回

void

dumpcodesize

void

返回

void