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.
调试器显示所有正在运行的线程列表,您可以在这里检查变量,这里也是可以逐步执行源代码的另一个位置。
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.
该功能允许在调试器会话中改变源代码,这比退出应用程序、更改代码、重新编译、然后启动另一个调试会话更好。
I'll also look at an open source PHP debugger, in case you prefer to spend your money on beer, rather than code.
我还将介绍一款开源php调试器,以免您只愿把钱花在啤酒上,而不是花在代码上。
You can decide whether to implement everything in the source code or to change the parameters during runtime using the debugger.
我们可以决定是在源代码中实现所有的功能,还是在运行时使用调试器来修改这些参数。
The debugger places the source code change into "live" production and checks it for correctness.
调试程序将源代码更改放入“现场”的生产过程,然后检查它是否正确。
EGL also features a built-in interpretive debugger that enables developers writing code at the abstract language level to perform source-level debugging.
EGL还有一个内嵌的解释调试器,它能够让用抽象语言层撰写代码的开发人员执行源代码层的调试。
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.
我们甚至提供了工作在egl源代码级的调试器和一种从您的EGL代码获取JSF来可视化地构建应用程序gui的工作方式。
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.
全新的调试器LLDB也包含其中,它应用和编译器相同的解析器和源代码工具,目的是为了替代旧有的gd b调试器。
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.
代码在当前位置停止执行,但调试器不能显示当前位置的源代码或反汇编。
Because of this rearrangement, the debugger cannot always identify the source code that corresponds to a set of instructions.
由于这种调整,调试器并不总能确定与一组指令对应的源代码。
You cannot set a breakpoint in a source file when the debugger has not loaded the debug information for the module where the code is located.
在侦错工具尚未载入有关程序码所在模组的侦错资讯之前,您无法在原始程序档中设定中断点。
You cannot set a breakpoint in a source file when the debugger has not loaded the debug information for the module where the code is located.
在侦错工具尚未载入有关程序码所在模组的侦错资讯之前,您无法在原始程序档中设定中断点。
应用推荐