We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
打开以下特定异常,无论在何种情况下触发都会被捕获
由lua环境中触发的
由native中触发,比如require的路径不存在
未被pcall/xpcall的捕捉的异常
捕获未被pcall/xpcall的捕捉的异常 = Caught Errors By Native + Uncaught Errors
捕获未被pcall/xpcall的捕捉的异常 = Uncaught Errors