Or, in the case of interpreted languages, the debugger may interpret code directly.
或者,在使用解释语言的情况下,调试器可以直接解释代码。
You already know that you need a debugger or profiler to analyze running code, but you can learn a lot from code without ever running a program.
您已经知道了需要调试器或分析工具来分析运行的代码,但您还可以在不运行程序的情况下,从代码中了解很多。
This makes it easier for a debugger to identify which compilation unit created the code at a particular memory address.
这使得调试器可以更容易地确定哪一个编译单元在某个特定内存地址创建了代码。
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.
调试一个问题涉及到:使用调试器(或任何其它工具)找到问题的根源以及使用源代码来跟踪导致问题的根源。
I'll also look at an open source PHP debugger, in case you prefer to spend your money on beer, rather than code.
我还将介绍一款开源php调试器,以免您只愿把钱花在啤酒上,而不是花在代码上。
The debugger allows developers to step through the abstract program code using real data before the application is deployed.
调试器让开发人员在应用程序部署之前使用真实数据单步调试抽象程序代码。
This is done either by instrumenting the code, using a debugger, or instrumenting the execution environment.
这可以通过操作代码、使用调试器,或操作执行环境来完成。
EGL also features a built-in interpretive debugger that enables developers writing code at the abstract language level to perform source-level debugging.
EGL还有一个内嵌的解释调试器,它能够让用抽象语言层撰写代码的开发人员执行源代码层的调试。
When you start debugging with managed code, the debugger doesn't respond.
当您针对托管代码启动调试时,调试器无响应。
When the page is being published, the debugger should open and you can step through the code (assuming you enabled at least one breakpoint).
当页面发布的时候,调试器应当打开而且可以跟踪代码(假定至少设置了一个断点)。
Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set.
使用调试器,可以设置断点并查看PHP代码到所设断点之前的浏览器输出。
Everyone has debugged code with a runtime debugger or found performance hotspots with a code profiler.
每个人都用运行时调试器调试过代码,或者用代码分析工具找过执行热点。
In addition, breakpoints can be created in the code to allow a debugger to be used.
另外,可以在代码中创建断点,以便使用调试器。
Debugger supporting breakpoints, stepping through code, and displaying variables.
调试器支持断点、代码单步执行以及显示变量的值。
In fact, you can install and run Zend Studio on your local system and deploy the debugger on your server to debug code remotely.
实际上,可以在本地系统上安装并运行ZendStudio,将调试器部署在服务器上,这样就可以进行远程代码调试。
When the debugger stops at a breakpoint placed in Swing code, GUI painting is interrupted resulting in GUI that looks like a blank square.
当调试程序停在Swing代码中置入的断点时,GUI绘图中断,使得 GUI看起来像一个空白方框。
To actually load the debugger, make sure your code is compiled and the latest DLL is in your Domino program directory.
为实际载入调试器,确定编译过代码并且Domino程序目录中的DLL是最新的。
Standout features of PhpED include a great debugger, excellent database access, good code intelligence features, and integrated PHP help.
PhpED的突出特性包括一个很棒的调试器、优秀的数据库访问、较好的代码智能特性以及集成的PHP帮助。
When the PowerPC debugger finds a program running SPU_RUN ioctl call, it switches to the SPU back-end code and works on the SPU context instead of the main program context.
当PowerPC调试器发现一个程序运行 SPU_RUNioctl调用时,它就切换到SPU后端代码上,并使用 SPU上下文,而不是主程序的上下文。
The new capabilities are another step towards a fast debugger for JRuby - however it's important to note that this method only works for code that gets compiled to bytecode.
该新功能是向JRuby快速调试器迈进的另一步——然而要注意到这种方式只适用于已编译成字节码的代码。
You can copy and paste this code into an agent and step through it with the LotusScript debugger to see it in action.
可以将这段代码粘贴到一个代理中,然后使用LotusScript调试器单步调试它,看看实际效果。
In addition, you can choose to run the code in Debugger mode so that you can step through your code.
此外,你可以选择使用Debugger模式运行代码,这样你可以一步步跟踪代码。
The idea is that you include this "halt and wait" code in the BRAM so you can configure the FPGA, then attach a debugger and download the code you want to run.
该理念是在BRAM中包含此“haltandwait”代码,这样就能配置FPGA,然后附上一个调试器并下载想要运行的代码。
Another way to use the debugger is via the debugger API; "require 'debugger'; calling Debugger."start in the code will enter the debugger.
另一种调用调试器的方式是通过调试器api:“require'debugger '”,然后在代码中调用“debugger.start”就可以进入调试器。
This is not a debugger bug, but it is known issue with try catch block debug information. See the following disassembled code for an example of a try catch block in the debugger.
这并不是调试器的bug,但是这是针对trycatch块调试信息的一支问题。
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.
该功能允许在调试器会话中改变源代码,这比退出应用程序、更改代码、重新编译、然后启动另一个调试会话更好。
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.
调试程序将源代码更改放入“现场”的生产过程,然后检查它是否正确。
It is useful for debugging purposes by letting the debugger break into operating system code and examining the hardware registers.
对于调试来说,它是很有价值的,它允许调试器中断操作系统代码、并检查硬件寄存器。
应用推荐