当使用测试客户端时,您现在可以调试XML映射,并设置断点。
When using the test client, you can now debug XML maps, and set breakpoints.
为了避免这种状况,请确保在启动调试会话前在您的代码中设置了一个断点。
To avoid this behavior, be sure set a breakpoint in your code before starting a debugging session.
毫无疑问,最常见的调试步骤是设置断点,这样可以检查条件语句或循环内的变量和值。
Undoubtedly, the most common debugging procedure is to set breakpoints that will allow the inspection of variables and the values inside conditional statements or loops.
开发人员在本地调试模式下启动应用程序,在合适的位置设置断点,选择清单中标识的脚本并开始回放。
The developer starts up the application locally in debug mode, sets a break point at an appropriate point, selects the script identified in the ticket, and starts playback.
在运行程序或连接到已经运行的程序之前,请列出您觉得有错误的源代码,设置断点,然后开始调试程序。
Before you run a program or attach to an already running program, list the source code where you believe the bug is, set breakpoints, and then start debugging the program.
可以在sql脚本和您的. NET代码中设置断点,这样可以简化调试过程。
Breakpoints can be set in both the SQL script and in your.net code, making debugging a simple process.
要实际调试插件,需要设置相关的断点。
To actually debug your plug-in, you need to set relevant breakpoints.
消息流的节点之间设置了断点,用于调试。
Breakpoints are set between nodes in the message flows for debugging.
新建的JSP文件会被编译,应用程序会重新部署到服务器上,而调试器会停在设置中断点的位置。
Your newly created JSP is compiled, the application is redeployed to the server, and the debugger stops at the line you put the breakpoint on.
当页面发布的时候,调试器应当打开而且可以跟踪代码(假定至少设置了一个断点)。
When the page is being published, the debugger should open and you can step through the code (assuming you enabled at least one breakpoint).
然后,在左边的空白处点击以设置断点,并使用调试器启动应用程序。
You then set a breakpoint by clicking in the gutter in the left-hand margin and launch the application using the debugger.
要调试代码必须先设置断点。
IDLE的调试器支持设置断点、单步执行和观察变量;但是不能获得内存位置和变量的内容,也不能进行执行的计时和其他统计。
IDLE's debugger provides breakpoints, stepping and variable watches; but nothing so fancy as poking at memory locations and variable contents, or performing timings and other analyses.
通过在代码中逐步执行、设置断点、查看变量内容等方法调试存储过程。
Debug stored procedures by stepping through the code, setting breakpoints, and viewing variable content.
例如,当调试时,可以切换到调试透视图(选择Window-OpenPerspective -Debug),可以在其中设置 /删除断点、查看变量和遍历执行代码。
For instance, when you are debugging, you switch to the debug perspective (choose Window - Open Perspective - Debug) where you can set/remove break points, watch variables, and step through code.
最好在这个插件的关键函数中设置一些断点,然后在调试模式下启动LotusSametime,检查它的工作方式。
It's a good idea to set some breakpoints in the key functions in this plug-in and then launch Lotus Sametime in debug mode, to view how it works.
另一个调试选项是在MediationFlowEditor中对XSL转换原语设置断点。
Another option for debugging is to set a breakpoint on the XSL transformation primitive in the Mediation Flow Editor.
Eclipse支持设置断点,逐步调试代码,检查变量,以及执行其他有用的操作。
Eclipse allows you to set breakpoints, step through code, examine variables, and do other useful stuff.
要使用调试器,可在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.
您可以在想要使调试器停下的代码处设置和除去断点。
Set and remove breakpoints in code where you want the debugger to stop.
您还可以在源编辑器中直接运行调试器之前设置中断点。
You can also set breakpoints before running the debugger directly in the source editor.
仿真器在本质上是调试器,因此您还可以设置断点并与设备、CPU以及内存进行互动。
The simulator in essence is a debugger, so you can also set breakpoints and interact with the devices, CPU, and memory.
为了能够看到调试器的运行情况,需要设置一个断点,在HTTP请求生命周期中将遇到这个断点。
So that we can see the debugger running, we need to set a breakpoint that will be encountered in the HTTP request life cycle.
下面是用调试器在PHP中设置断点。
使用调试器,可以设置断点并查看PHP代码到所设断点之前的浏览器输出。
Using the debugger, you can set breakpoints and see the browser output from your PHP code up to the breakpoint you set.
使用这种方法的管理员或程序员可能会觉得很麻烦—至少他们现在需要开始设置断点并调试php脚本。
Administrators or programmers using this method might be left scratching their heads and - at the very least - be in a place where they need to start setting breakpoints and debugging the PHP script.
在新查询中设置断点,然后开始单步调试函数。
Set a breakpoint on the new query and then start debugging to step through the function.
他们可能还希望eclipse调试器可以在被数据库服务调用的定制方法中设置断点和检查变量。
They'll also want to use the Eclipse debugger to set breakpoints and inspect variables inside their custom methods invoked by the database server.
进程内的脚本代码将继续运行,但无法设置断点、查看数据或在脚本中执行其他调试操作。
The script code in the process would still run, but you would not be able to set breakpoints, view data, or perform other debugging operations in the Script.
当使用调试器调试示例SCA应用程序并在AddServiceadd方法上设置断点时,将看到如清单4 所示的调用堆栈跟踪。
When you put the example SCA application into a debugger and place a breakpoint on the AddService add method, you see a call stack trace similar to Listing 4.
应用推荐