• Using them along with the debugger helps you track memory use with the program execution which manifests a memory error.

    利用它们这个调试器将帮助跟踪带有程序执行内存表明一个内存错误

    youdao

  • The Integrated I Debugger client user interface also enables you to control program execution.

    集成i调试器客户用户界面使能够控制程序执行

    youdao

  • 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.

    已经知道需要调试器分析工具分析运行代码还可以在不运行程序的情况下代码中了解很多

    youdao

  • Notice that you're telling the GDB Debugger to quit debugging a program that is still active in memory.

    注意告诉gdb调试工具停止一个内存活动程序的调试。

    youdao

  • It may use too much memory if you compile and run the GNU debugger, probably because it tends to open a window whenever you step into a program call.

    如果编译运行gnu调试器可能使用太多内存或许是因为进入程序呼叫试图打开一个窗口

    youdao

  • This allows you to "record" your actions in the debugger, and generate a script that can be reused to put the program that you are debugging in a desired state.

    就允许所做的操作记录”到调试并且生成一个可以重复使用脚本让您调试程序置于您想要状态

    youdao

  • The debugging information stored within a binary helps a programmer or debugger locate problem areas in a program, and find the stack trace when an error happens in an application.

    二进制文件存储调试信息可以帮助程序员调试人员寻找程序问题地方应用程序出错找到跟踪

    youdao

  • The debugger allows developers to step through the abstract program code using real data before the application is deployed.

    调试开发人员在应用程序部署之前使用真实数据调试抽象程序代码

    youdao

  • Do not specify a program name when starting the debugger user interface.

    启动调试器用界面不要指定程序名字

    youdao

  • 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.

    这种格式执行程序源代码之间关系简单表示为了便于调试该关系进行处理

    youdao

  • This method identifies the example debugger as the debugger to use and searches selected CDT resources to find the project and program to debug.

    这个方法示例调试标识使用调试器搜索已选CDT资源,从而查找要进行调试的项目程序

    youdao

  • The program being debugged can then be started with command-line options to connect to the debugger.

    可以命令行选项打开调试程序其连接调试器。

    youdao

  • Running a simple program in the debugger is similar.

    调试器中运行一个简单程序也与此类似。

    youdao

  • Note: The -ggdb option in Listing 2 differs from Nigel's article in that it tells the GCC compiler to optimize the program for debugging with the GDB Debugger, which you'll use later.

    注意清单2 中的 -ggdb选项Nigel文章中的内容有些不同选项用于告诉GCC编译器程序进行优化以便使用 GDB调试工具对进行调试,以后用到该调试工具。

    youdao

  • Running programs under GDB makes for easier bug trapping, but usually a program will die outside of the debugger leaving only a core file.

    gd b运行程序可以使俘获错误变得更容易调试器外运行的程序通常中止而留下一个core文件

    youdao

  • This is the approach that Rubinius' full speed debugger uses - with "full speed" meaning that a program runs at it's normal speed even if it's being debugged.

    正是Rubinius的全速调试所采用的方案——这里“全速”程序即便被调试能保持正常运行速度

    youdao

  • Purify offers a wide set of memory watch point APIs that you can call from the debugger to assist you in debugging the memory corruption problems in your program.

    Purify提供可以调试器中调用范围较大内存观察点集合从而帮您您的程序调试内存泄露问题

    youdao

  • To actually load the debugger, make sure your code is compiled and the latest DLL is in your Domino program directory.

    实际载入调试器确定编译过代码并且Domino程序目录中的DLL最新的。

    youdao

  • There are two ways that you can engage a debugger for a Purify-instrumented program

    这里仪表化 Purify 程序使用调试器的方法

    youdao

  • 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上下文而不是程序上下文。

    youdao

  • First, start the instrumented program under the debugger and put a breakpoint at purify_stop_here purify API function. The debugger will stop at every purify error message.

    首先,在调试器开始这个仪表化程序一个观察点置于purify_stop_herePurifyapi函数中。

    youdao

  • The KGDB program (remote host Linux kernel debugger through GDB) provides a mechanism to debug the Linux kernel using GDB.

    kgdb程序(使用gdb远程主机Linux内核调试器)提供了一种使用gdb调试Linux内核的机制

    youdao

  • Using a debugger, put a breakpoint at the main function (or at the program location where you want to turn off Purify error reporting), and run the instrumented program.

    利用调试器一个观察点main函数上(或者置于关闭Purify错误报告程序单元上),然后运行仪表化程序。

    youdao

  • You simply write your program and start debugging. The debugger and the EGL part editor (or source editor) together let you do the following tasks.

    可以简单地编写程序开始调试

    youdao

  • Here is how you can purify your program and run it under a debugger (GDB is used here to illustrate the process, but you can use any of your favorite debuggers)?

    这里如何能够净化程序一个调试器下运行这个程序(gdb在这里被用来描述这个过程但是可以利用任何喜欢的调试器)?

    youdao

  • The debugger help contains instructions on how to choose what works best for your program.

    调试帮助文件包含了怎样程序选择最佳操作的指南

    youdao

  • There are many ways to go about debugging, such as printing out messages to the screen, using a debugger, or just thinking about the program execution and making an educated guess about the problem.

    进行调试多种方法比如消息打印屏幕上使用调试器,只是考虑程序执行的情况仔细地揣摩问题所在

    youdao

  • The N_MAIN STAB type tells the debugger the name that is used in this program.

    N _ MAIN stab类型告诉调试器在程序使用的主程序名称

    youdao

  • Now type dow button_led_test.elf to download the program, and run to run it. You'll see the following output on the debugger.

    现在键入dow button_led _ test. elf下载程序键入run运行程序。

    youdao

  • Now type dow button_led_test.elf to download the program, and run to run it. You'll see the following output on the debugger.

    现在键入dow button_led _ test. elf下载程序键入run运行程序。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定