When satisfied with the debug results, the developer can move the COBOL code back to a mainframe PDS for integrated testing and the move to production.
对调试结果满意时,开发人员可以将COBOL代码移回一个大型机pds进行集成测试,然后将其移到生产中。
Every developer deserves a fantastic development environment that allows them to write, understand, navigate, and debug code as efficiently as possible.
每个开发人员都值得拥有一个美妙的开发环境。这个环境可以让他们尽可能高效地编写、理解、浏览和调试代码。
With this debug code, we'll see what is selected and learn a little more about what makes Eclipse work.
有了这个调试代码,我们将看到选择了什么,并了解到有关什么使Eclipse工作的更多信息。
Use this code snippet to create a button the user can press to write "Hello World!" to the debug window.
使用此代码片段创建一个按钮,用户可以按下该按钮将“Hello World !”写入调试窗口。
The following are absolutely essential in trying to locate and fix a bug: analyzing your code, attaching to running processes that you want to debug, and changing code and variables at runtime.
要找到程序中的bug,以下步骤是不可缺少的:分析代码,连接你要调试的运行中的进程,然后在运行时修改代码与变量。
After you compile the code with GCC -g -o0 simple.c -o simple, a regular debug session might look like Listing 2.
用gcc- g - O0simple . c -o simple编译代码后,一个常规的调试会话如清单2所示。
The Variables view in Figure 20 provides a live list of variables defined by the code as the debug session progresses.
在调试会话的过程中,图20中的Variables视图会提供代码定义的变量的列表。
Adding debug statements to your code to write out the fields in an object, or even entire data collections, is a common problem-solving approach.
通过在代码中添加调试语句来输出对象的域或者甚至于整个数据集合是一种常用的解决问题的方法。
You can edit source code files, compile and debug your project seamlessly from within a single IDE.
在单个ide中,您可以无缝地编辑源代码文件、编译和调试您的项目。
This very simple application could be easily extended to become a very sophisticated and complex one, though the process to code, test and debug it would be similar.
您可以很容易地将这个非常简单的应用程序扩展为一个非常复杂的应用程序,但它们的编码、测试和调试的过程却是相似的。
Originally designed for C, it's been ported to debug code in many languages on a variety of computing systems, from tiny embedded devices to large-scale supercomputers.
它最初是为C 语言设计的,后来被移植到各种计算系统(从小型嵌入式设备到大型超级计算机)中调试多种语言的代码。
When you inherit new code, a quick scan can reveal issues that would take much longer to debug later on.
继承新代码时,快速扫描可以发现各种问题,从而避免稍后花费更多时间进行调试。
Before generating the code for production, it's a good idea to debug the EGL code.
在生成用于生产的代码之前,调试EGL代码是个不错的主意。
It's much easier to include the code to check for the exception than to try to debug a crash later on.
添加异常检测代码要比在事后尝试调试崩溃简单很多。
As inexperienced programmers start to built bigger applications, most of the time, the code becomes so unstructured that it becomes very hard to debug or modify even a small change.
随着程序员新手开始编写大些的应用时,多数情况下,他们编写的代码会变得毫无组织条理,以至在Debug或是做出小变动时,他们会犯难。
Because there is a memory leak in the application, Barb knows that she will have to debug the code and deploy a patch to the application running in production.
因为该应用程序中存在内存泄漏,所以Barb知道她将必须对代码进行调试,并为产品中运行的应用程序部署一个修补程序。
The most powerful tool for servicing Eclipse plug-in code is the Eclipse debugger's ability to debug a customer's workbench, even when that customer's workbench is running on a remote machine.
用于维修Eclipse插件代码的功能最强大的工具是 Eclipse调试器调试客户工作台的能力,即便客户的工作台运行于远程机器上也不例外。
As a rule, code compiled with full optimization can be difficult or impossible to debug, making it very difficult to identify bugs that may be causing the system to function incorrectly.
通常,经过完全优化的编译代码很难或者几乎不可能进行调试,这就加大了发现那些造成系统功能错误所在的难度。
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块调试信息的一支问题。
In the Disassembly window, click on a line of code and choose Toggle Breakpoint from the Debug menu.
在“反汇编”窗口中,单击代码行,然后从“调试”菜单中选择“切换断点”。
This isn't a huge issue, but it does mean that we won't have the ability to easily debug all the library code during development.
这不是一个大问题,但它确实意味着,我们将不会有能力在开发过程中轻松地调试所有的库代码。
When you run a debug build, those modules are considered to be user code.
运行调试版本时,将这些模块视为用户代码。
Debug your mixed code as a 32-bit process, as described in the following procedures.
作为32位进程调试混合代码,如下面的过程所述。
Design Syntax-directed translation of the expression generated quaternary type of algorithm, write code and debug on a machine to run through.
设计语法制导翻译生成表达式的四元式的算法,编写代码并上机调试运行通过。
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.
在侦错工具尚未载入有关程序码所在模组的侦错资讯之前,您无法在原始程序档中设定中断点。
Rather than stepping through your code line-by-line or instruction-by-instruction, you can allow your program to run until it hits a breakpoint, then start to debug.
与逐句或逐条指令地检查代码不同的是,可以让程序一直执行,直到遇到断点,然后开始调试。
A typical publishing scenario involves a developer who wants to debug managed code that is running on a computer within an application domain.
一个典型的发布方案是,开发人员想要对正在应用程序域内的计算机上运行的托管代码进行调试。
A typical publishing scenario involves a developer who wants to debug managed code that is running on a computer within an application domain.
一个典型的发布方案是,开发人员想要对正在应用程序域内的计算机上运行的托管代码进行调试。
应用推荐