debug

사용되지 않는 항목 표시

Provides a few basic functions for debugging code in Roblox. Unlike the debug library found in Lua natively, this version has been heavily sandboxed. Roblox does, however, have debugging functionality similar to Lua's native debugging functionality (see the Class.DebuggerManager class).

요약

함수

함수

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