您的位置:首页 > 移动开发 > Objective-C

Atlas客户端调试方法

2006-03-22 22:19 211 查看
debug.assert(condition, message, displayCaller) Asserts that the
condition
parameter is
true
. If
condition
is
false
, the method displays a message box with the text from
message
. If
displayCaller
is
true
, the method also displays information about the caller. debug.clearTrace() Erases the trace output. debug.dump(object, name, recursive, indentationPadding) Displays
object
in readable form at the end of the page. The
name
value is used as a label for the object dump. If
recursive
is
true
, objects inside of
object
are shown recursively. The
indentationPadding
value is a string that is inserted at the beginning of each line of output. debug.fail(message) Breaks into the debugger (Internet Explorer only). debug.trace(text) Writes the
text
argument to the trace output.
调试信息出现在Visual Studio的输出窗口
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  object internet string each
相关文章推荐