• 可以在想要使调试器停下代码设置除去断点

    Set and remove breakpoints in code where you want the debugger to stop.

    youdao

  • 或者使用解释语言情况下调试器可以直接解释代码

    Or, in the case of interpreted languages, the debugger may interpret code directly.

    youdao

  • 使得调试器可以容易确定一个编译单元某个特定内存地址创建代码

    This makes it easier for a debugger to identify which compilation unit created the code at a particular memory address.

    youdao

  • 功能允许调试会话改变代码退出应用程序更改代码重新编译然后启动另一个调试会话更好。

    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.

    youdao

  • 介绍一款开源php调试器以免啤酒上,不是花在代码上。

    I'll also look at an open source PHP debugger, in case you prefer to spend your money on beer, rather than code.

    youdao

  • 调试显示所有正在运行线程列表可以这里检查变量,这里也是可以逐步执行代码另一个位置

    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.

    youdao

  • 可以通过操作代码使用调试器操作执行环境完成

    This is done either by instrumenting the code, using a debugger, or instrumenting the execution environment.

    youdao

  • 对于调试来说很有价值的,它允许调试中断操作系统代码检查硬件寄存

    It is useful for debugging purposes by letting the debugger break into operating system code and examining the hardware registers.

    youdao

  • 页面发布的时候,调试器应当打开而且可以跟踪代码假定至少设置了一个断点)。

    When the page is being published, the debugger should open and you can step through the code (assuming you enabled at least one breakpoint).

    youdao

  • 调试一个问题涉及到:使用调试(任何其它工具)找到问题根源以及使用代码跟踪导致问题根源。

    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.

    youdao

  • 解释代码仍旧需要现有基于跟踪或者回调的调试处理

    Code that is interpreted still needs to be handled by the existing trace or hook based debuggers.

    youdao

  • 对新创建JSP进行编译,并应用程序重新部署服务调试器放置了断点的代码停止

    Your newly created JSP is compiled, the application is redeployed to the server, and the debugger stops at the line at which you put the breakpoint.

    youdao

  • 针对托管代码启动调试时,调试响应

    When you start debugging with managed code, the debugger doesn't respond.

    youdao

  • 可以采用传统方式代码进行测试,例如使用调试器或者执行功能测试

    You can also test the code in traditional ways, using debugger or performing functional tests.

    youdao

  • 使用调试器可以设置断点查看PHP代码断点之前浏览输出

    Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set.

    youdao

  • EGL还有一个内嵌的解释调试,它能够让用抽象语言撰写代码开发人员执行代码层的调试

    EGL also features a built-in interpretive debugger that enables developers writing code at the abstract language level to perform source-level debugging.

    youdao

  • 如果需要,也可以使用调试执行udpdmi代码

    You can use the debugger to step through the UDPDMI code if desired.

    youdao

  • 另外可以代码创建断点以便使用调试器

    In addition, breakpoints can be created in the code to allow a debugger to be used.

    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

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

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

    youdao

  • PowerPC调试器发现一个程序运行 SPU_RUNioctl调用时就切换SPU后端代码上,使用 SPU上下文而不是程序上下文。

    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.

    youdao

  • 实际上可以本地系统安装运行ZendStudio,将调试部署在服务上,这样就可以进行远程代码调试

    In fact, you can install and run Zend Studio on your local system and deploy the debugger on your server to debug code remotely.

    youdao

  • PhpED突出特性包括一个很棒的调试器优秀的数据库访问较好的代码智能特性以及集成PHP帮助

    Standout features of PhpED include a great debugger, excellent database access, good code intelligence features, and integrated PHP help.

    youdao

  • 调试器支持断点代码单步执行以及显示变量的值。

    Debugger supporting breakpoints, stepping through code, and displaying variables.

    youdao

  • 调试TE01 A . eglpgm第一代码停止

    The debugger stops on the first line of the code in TE01A.eglpgm.

    youdao

  • 使用调试器,可Python编辑中断代码行的左侧点击设置断点

    To use it, set a breakpoint by clicking to the left of the line of code you'd like to break on within the Python editor.

    youdao

  • 比起那些依靠trace方式调试Ruby实现(不论这些实现的速度多快),全速调试器都使得Rubinius具有了独特优势。 同样值得注意是:除了整个yield_debugger指令使用了一些C代码,绝大多数Rubinius调试功能都是内建的。

    Ruby - with the exception of the handful of lines of C code for the yield_debugger instruction.

    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

  • 我们可以决定代码实现所有的功能,还是运行时使用调试修改这些参数

    You can decide whether to implement everything in the source code or to change the parameters during runtime using the debugger.

    youdao

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

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

    youdao

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

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

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