• When your program breaks at the specified memory allocation, you can look at the Call Stack window and other debugger information to determine the conditions under which the memory was allocated.

    程序指定内存分配处中断时可以查看调用堆栈窗口其他调试器信息确定分配内存情况

    youdao

  • The debugger and debug information is available or present in all software components, however, not all users are aware of what the debug data consists of and how the data is stored.

    调试调试信息用于存在所有软件组件中,然而并不是所有用户了解调试数据组成以及数据的存储方式

    youdao

  • The debugger USES these basic pieces of information for debugging purposes.

    调试使用这些基本信息片段实现调试目的

    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

  • With these pain points in mind, we set about to create a new debugger feature where the right information was collected at the time the problem occurred.

    明确了这些要点之后我们有了一个新的调试功能的构想:它需要能够问题发生时候搜集正确信息

    youdao

  • This data object holds the information required for debugging, and it's sent to the debugger when the debug session starts.

    这个数据对象持有调试所需信息并且启动调试会话发送调试器。

    youdao

  • It is difficult to get debuggers to display the information the way we want it to be displayed, but a product-specific debugger helps in customizing the data for analysis.

    调试器按照我们希望方式显示信息很困难的,但是特定于产品的调试有助于定制分析数据

    youdao

  • While refreshing the browser page, you should see breakpoint information, such as that shown in Listing 8, scrolling in the GDB Debugger xterm.

    刷新浏览器页面的同时,应该看到如清单8示的断点信息GD b调试器xterm中滚动输出。

    youdao

  • While refreshing the browser page, you should see breakpoint information, such as that shown in Listing 11, scrolling in the GDB Debugger xterm.

    刷新浏览器页面的同时,应该看到如清单11示的断点信息gdb调试工具xterm中滚动输出。

    youdao

  • UNIX actually encourages you to explore and learn by providing tools, such as strace and the GDB Debugger, as well as a wealth of information in the man and info pages.

    实际上UNIX通过提供各种工具stracegdb调试工具以及包含相应maninfo页面中的大量信息鼓励系统进行研究学习

    youdao

  • The -quiet option tells the GDB Debugger to display only its prompt and not all the other startup information that it typically displays.

    quiet选项告诉gdb调试工具显示提示符不要显示所有其他启动信息。

    youdao

  • The attach 4009 command starts debugging the currently running nweb server, and the GDB Debugger responds in kind by reading all the symbolic information about the process it can.

    attach 4009命令启动当前正在运行nweb服务器调试工作,并且gdb调试工具通过读取有关进程所有符号信息来做出同样方式的响应

    youdao

  • The GDB Debugger is such a useful tool that a lot of information about it is available on the Internet.

    gdb调试工具非常有用,Internet上提供大量有关工具的可用信息

    youdao

  • Listing 8: Breakpoint information in the GDB Debugger xterm.

    清单8gdb调试器xterm中的断点信息

    youdao

  • For more information on how to work with Eclipse and the debugger, consult the Eclipse documentation.

    了解关于如何使用Eclipse调试器更多信息请参阅eclipse文档

    youdao

  • This information is also used by popular debugger tools, such as GDB and WDB.

    可以将这些信息用于流行的调试工具gdbwdb

    youdao

  • Even with the debugger and profiler, all you get is information about what might be causing a performance problem, not necessarily any helpful advice on what you should do to fix it.

    即使使用调试器profiler获得的也只不过一些简单的信息什么可能导致性能问题,以及有关应该如何修复这些问题的一些必要同时也不太有用建议

    youdao

  • Apart from using Purify APIs in the debugger, you can also embed them from programs for checking errors and reporting extra information.

    除了使用这个调试器中的Purifyapi外,可以它们嵌入程序校验错误报告额外的信息

    youdao

  • 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调试信息一支问题

    youdao

  • To perform the debug of an application without a debugger by extracting the debug information separately and storing it in separate files.

    缺少调试情况下执行应用程序调试,方式是分别提取调试信息将它们存储到不同的文件中。

    youdao

  • The debugger displays a lot of information, and it is grouped into different sections called views.

    调试显示大量信息并且可以分组不同称为视图部分中

    youdao

  • Using a debugger makes finding all of this information simple.

    使用调试将使找出所有这些信息变得很简单

    youdao

  • When the LocalCDILaunchDelegate is called upon to launch in debug mode, it obtains information about the executable to be debugged and the parameters to be sent to the debugger.

    调用LocalCDILaunchDelegate以调试模式下启动时,获得需要调试的可执行文件信息以及发送给调试器的参数

    youdao

  • Running a page in the debugger makes it possible for you to step through code line-by-line and use additional analysis tools and runtime information.

    调试器运行使可以逐行通过代码利用其他分析工具运行时信息。

    youdao

  • For more information, see Changing the Numeric format of Debugger Windows.

    有关更多信息请参见更改调试器窗口数值格式

    youdao

  • For more information about valid expressions, see expressions in the Debugger.

    有关有效表达式更多信息请参见调试器中的表达式。

    youdao

  • When you specify the -V option on the command line, the compiler appends Turbo Debugger 5.0-compatible external debug information at the end of the executable file.

    命令使用-V选项时,编译器会在可执行文件末尾附加与Turbo Debugger5.0一致外部调试信息

    youdao

  • The diagnostics symbol store API enables a compiler to generate symbol information for use by a debugger.

    诊断符号存储区API可使编译器生成调试器使用的符号信息

    youdao

  • When managed code generates an exception, the CLR debugging API suspends the execution of the process and passes the exception information to the debugger.

    托管代码生成异常时,clr调试api将暂停执行进程将异常信息传递调试器。

    youdao

  • When managed code generates an exception, the CLR debugging API suspends the execution of the process and passes the exception information to the debugger.

    托管代码生成异常时,clr调试api将暂停执行进程将异常信息传递调试器。

    youdao

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

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

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