调试一个问题涉及到:使用调试器(或任何其它工具)找到问题的根源以及使用源代码来跟踪导致问题的根源。
Debugging a problem involves locating the source of the problem using a debugger (or any other tool) and using the source code to track the root cause of the problem.
调试器显示所有正在运行的线程列表,您可以在这里检查变量,这里也是可以逐步执行源代码的另一个位置。
The debugger shows a list of all the running threads, an area where you can examine variables, and another area where you can step through source code.
我们可以决定是在源代码中实现所有的功能,还是在运行时使用调试器来修改这些参数。
You can decide whether to implement everything in the source code or to change the parameters during runtime using the debugger.
该功能允许在调试器会话中改变源代码,这比退出应用程序、更改代码、重新编译、然后启动另一个调试会话更好。
It allows the changing of source code during a debugger session, which is better than exiting the application, changing the code, recompiling, then starting another debugging session.
这种格式是可执行程序与源代码之间关系的简单表示,为了便于调试器对该关系进行处理。
It is a compact representation of the relationship between the executable program and the source in a way that is reasonably efficient for a debugger to process.
EGL还有一个内嵌的解释调试器,它能够让用抽象语言层撰写代码的开发人员执行源代码层的调试。
EGL also features a built-in interpretive debugger that enables developers writing code at the abstract language level to perform source-level debugging.
我们甚至提供了工作在egl源代码级的调试器和一种从您的EGL代码获取JSF来可视化地构建应用程序gui的工作方式。
We even offer a debugger that works at the EGL source code level, and a way to leverage JSF from your EGL code to visually build your application's GUI.
通过编辑源代码的查找路径,您可以将调试器指向更多位置处丢失的源代码处。
You can direct the debugger to search for the missing source in more locations by editing the source lookup path.
全新的调试器LLDB也包含其中,它应用和编译器相同的解析器和源代码工具,目的是为了替代旧有的gd b调试器。
There's also a new LLDB debugger, which is a replacement for the erstwhile GDB debugger but USES the same parser and source code tools as the compiler does.
由于这种调整,调试器并不总能确定与一组指令对应的源代码。
Because of this rearrangement, the debugger cannot always identify the source code that corresponds to a set of instructions.
解释如何指定调试器设置,如何设置调试和发布配置,以及如何管理符号和源代码。
Explains how to specify debugger Settings, how to set debug and release configurations, and how to manage symbols and source code.
代码在当前位置停止执行,但调试器不能显示当前位置的源代码或反汇编。
The debugger cannot display source code or disassembly for the current location where execution has stopped.
代码在当前位置停止执行,但调试器不能显示当前位置的源代码或反汇编。
The debugger cannot display source code or disassembly for the current location where execution has stopped.
应用推荐