您可以简单地编写您的程序并开始调试。
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.
使用run命令执行程序并从头开始调试程序。
Use the run command to execute the program and to start debugging the program at the beginning.
将启动调试器界面,允许您从开发计算机上开始调试。
A debugger interface is started, which allows you to start debugging from the development machine. Enter.
开始调试之前,必须用程序中的调试信息编译要调试的程序。
Before you can get started, the program you want to debug has to be compiled with debugging information in it.
在preferences对话框中,可以控制在开始调试文件时使用哪种浏览器。
While in the preferences dialog, you can control which browser is used when you begin to debug the file.
如果不必或不想为容器应用程序使用调试信息,那么开始调试服务器应用程序可分三步进行。
If you do not have or do not want to use debugging information for your container application, starting to debug the server application is a three-step process.
在运行程序或连接到已经运行的程序之前,请列出您觉得有错误的源代码,设置断点,然后开始调试程序。
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.
与逐句或逐条指令地检查代码不同的是,可以让程序一直执行,直到遇到断点,然后开始调试。
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.
与逐行或逐条指令地检查代码不同的是,可以让程序一直执行,直到遇到断点,然后开始调试。
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, and then start to debug.
在你的客户端我将开始调试它,确保它到任何关闭代码是需要实际接近1001回服务器的代码。
In your client side I would start debugging it to ensure it makes it into whatever close code is required to get that actual close code of 1001 back to the server.
开始调试前最好用管理员级别的身份,如果你是开发人员而不是最终用户,建议你用管理员身份来调试大部分操作。
I recommend by starting with an administrator level command prompt. If you are a developer and not an end user, running as an administrator is recommended for most operations.
如果你的系统还未做到符合2000年,请记住,你必须在1998年底前做完更正,因而你可从1999年开始调试。
If your systems are not yet year 2000-compliant, remember you only have till the end of 1998 to complete your fixes so that you can start debugging in 1999.
还可以同时开始调试解决方案中的所有项目,或通过选择该解决方案作为启动项目来调试该解决方案中的一个或多个项目。
You can also start debugging all projects in a solution simultaneously or debug one or multiple projects in the solution by selecting the solution as startup project.
通过尽早在开发周期中开始您的测试、调试和概要分析,您可以提高完成代码的质量、性能和可伸缩性。
By starting your testing, debugging, and profiling early in the development cycle, you can enhance the quality, performance, and scalability of your finished code.
本文介绍如何使用串行通信端口来设置调试环境、如何编译经过修改的内核代码,以及如何开始内核调试。
This article shows you how to set up the debug environment using serial communication port, how to compile modified kernel code, and how to start kernel debugging.
为了查看使用命令行调试的值,让我们从下面所示的非常非常糟糕的PHP文件开始。
To see the value of debugging using the command line, let's start with the really, really bad PHP file shown below.
您可以在开始时就消除应用程序中的症状,否则可能要花费数天或数周时间来调试。
You can begin to eliminate symptoms from your applications that otherwise might take days or weeks to debug.
您将发现,一开始使用调试器进行测试会有所帮助,虽然不是必须这样做。
You may find it helpful to use the debugger for your initial test, although this is optional.
开发人员在本地调试模式下启动应用程序,在合适的位置设置断点,选择清单中标识的脚本并开始回放。
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.
在新查询中设置断点,然后开始单步调试函数。
Set a breakpoint on the new query and then start debugging to step through the function.
您可以调试尽可能多的内核映像(位于目标计算机上),一旦调试开始,它对于用户来说就是透明的。
You can debug as many kernel images (which are residing on target machines) as you want to debug; it becomes transparent to users once debugging starts.
无论选择哪种软件,当您开始使用调试器客户机之后,很可能会发现再也离不开它了。
No matter what you choose, it's likely that when you try a debugger client, you'll wonder how you ever lived without it.
您现在已经准备好开始详细调试所使用的复杂系统。
You have now verified that all you need to do to begin detailed debugging of the complex system you're working on.
调整:开始漫长的更改和调试机器功能的过程。
Tweaking: we start on the long road to changing and adapting our machine's functionality.
如果它尚未处于监听状态,那么您可以点击daemon图标来开始监听调试引擎连接。
If it is not already in listening state, click on the daemon icon to start listening for debug engine connections.
执行下列的步骤来开始一个调试操作。
当您在调试IBMi程序时,Debugger程序需要知道程序将会在什么地方运行,或者在调试开始之前就运行。
When debugging an IBM I application, the debugger needs to know the job where the application will be running or is running before the debug session starts.
这样就可以获得一个基本中介处理程序类,接下来我们可以开始使用调试传入Web服务消息的函数对其进行填充。
This will give you a basic mediation handler class that we can now begin to populate with function to debug incoming web services messages.
先从查看PHPEclipse如何提供帮助调试PHP应用程序的实时语法解析功能开始。
Let's start by seeing how PHPeclipse provides you with real-time syntax parsing abilities to assist you with debugging PHP applications.
先从查看PHPEclipse如何提供帮助调试PHP应用程序的实时语法解析功能开始。
Let's start by seeing how PHPeclipse provides you with real-time syntax parsing abilities to assist you with debugging PHP applications.
应用推荐