This class also provides a very handy debug feature that, when turned on, will print the XML request and response that happens inside the call method.
这个类也提供了一个非常便利的调试工具特征,一旦开启这个特征,它将打印发生在call方法内部的XML请求和响应。
When you call println langs, it calls the Node.toString() method, returning debug output.
当您调用printlnlangs 时,它会调用 Node.toString()方法,以便返回调试输出。
This testing methodology makes it very difficult to diagnose end debug error conditions, which may be very difficult to reproduce and happen under such high call volumes.
这种测试方法使得诊断最终调试错误情况非常困难,在这样高的调用量下,最终调试错误情况可能很难再现或发生。
The current call stack for the thread is displayed, and the current line of execution is highlighted in the editor in the Debug perspective.
该线程的当前调用堆栈就会显示出来,当前执行的代码行就会在Debug透视图中的编辑器中高亮显示。
If there were many component calls before your breakpoint was hit, you would see the call stack in the Debug view.
如果在遇到断点之前有很多组件调用,将会在Debug视图中看到调用堆栈。
The Call Stack allows you to see how you got to a certain break point in your debug session.
在调用堆栈让你看看你有你的调试会话在一定破发点。
The Debug view (not to be confused with the Debug perspective) shows the call stack, the variables view shows the current state of the program's variables, and the Console view shows the program.
Debug视图(不要与Debug透视图混淆)展示了调用栈(call stack),Variables视图展示了程序变量的当前状态,而Console视图则展示了程序。
Besides using the monkeyrunner API itself, you can use the standard Python OS and subprocess modules to call Android tools such as Android Debug Bridge.
除了使用monkeyrunnerAPI之外,您还可以使用标准的Pythonos和模块来调用如AndroidDebugBridge这样的Android工具。
You can call methods on the log object that correspond to the desired log level: debug, info, error, and so on. (See Resources for more information on logging.)
可以调用log对象上与想要的日志级别相对应的方法,这些日志级别包括:debug、info和error等(参见参考资料了解关于日志记录的更多信息)。
The Debug versions of the heap functions call the standard or base versions used in Release builds.
堆积函式的侦错版本是呼叫发行版本里使用之函式的标准或基底版本。
The simplest way to identify the specific heap allocation call that went bad is to take advantage of the unique allocation request number associated with each block in the debug heap.
标识发生错误的特定堆分配调用的最简单方法是利用与调试堆中的每个块关联的唯一分配请求编号。
With RPC debugging enabled, when you step into the server call from the client, the debugger attaches to the server and lets you debug its code.
启用RPC调试后,当单步执行来自客户端的服务器调用时,调试器会附加到服务器上,使您能调试其代码。
When you debug a call from native code to managed code, the managed code runs in the same physical thread as the native code that called it.
在调试本机代码对托管代码的调用时,托管代码与调用它的本机代码在同一个物理线程中运行。
When you debug a call from native code to managed code, the managed code runs in the same physical thread as the native code that called it.
在调试本机代码对托管代码的调用时,托管代码与调用它的本机代码在同一个物理线程中运行。
应用推荐