Relays workflow instance creation, execution and termination events to the debugger process.
将工作流实例的创建、执行和终止事件中继到调试器进程。
The debugee side that serializes the .NET type to be copied from the debugee process to the debugger process.
所debugger的类型必须是可序列化的.net类型,才能从"被debug"的进程中复制到debugger的进程。
The GDB Debugger can also attach itself to a currently running process and help you to dig even deeper.
GDB调试工具本身也可以附加于一个正在运行的进程,并帮助您进行更深入的研究。
Internally, a debugger has direct access to the same memory space as the running process, while an external debugger will access the memory via a socket.
内部调试器对运行进程所在的内存空间具有直接访问权,而外部调试器将通过套接字访问内存。
An internal debugger is one that appears to be the same process executing the script.
内部调试器是呈现为执行脚本的相同的进程。
The first of these methods is straightforward and returns a Process object corresponding to the debugger executable.
第一种方法十分简单,它将返回与调试器可执行文件相对应的Process对象。
GetSessionProcess - Returns the process of the running debugger.
getSessionProcess—返回运行调试器的进程。
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在这里被用来描述这个过程,但是您可以利用任何您喜欢的调试器)?
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.
这种格式是可执行程序与源代码之间关系的简单表示,为了便于调试器对该关系进行处理。
The default Ruby 1.9 debugger itself is still in a process of development and some potentially significant changes may be made in later releases.
默认的Ruby 1.9调试器仍在开发过程中,后续版本中还会有些潜在的重大修改。
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调试工具通过读取有关该进程的所有的符号信息来做出同样方式的响应。
The GDB will load the executable's symbols and then display an input prompt to allow you to start using the debugger. There are three ways to view a process with GDB.
gdb将载入可执行程序符号并显示输入提示符,让您可以开始使用调试器。
The third one is how can we inform our monitor or debugger process this event, transfer the data to the monitor or debugger, and get the results back.
第三是如何将截获到的数据送至监控调试进程处理并且将处理完毕后的数据返回被监控进程。
Even if you change the process context in debugger, it is still attached to kernel, not process.
即使你改变调试器进程上下文,它仍然是属于内核,没有过程。
A single debugger helper thread is used within every CLR process to make sure that the CLR debugging API operates correctly.
每个CLR进程中只使用一个调试器帮助器线程以确保clr调试api正常运行。
If the debugger successfully attaches to at least one code type, you can proceed to debug the process.
如果调试器成功地附加到至少一种代码类型,您就可以继续调试进程。
Although the debugger supports debugging more than one process at a time, only one process can be active at any given time.
尽管调试器支持同时调试多个进程,但在任意给定时刻只能有一个进程处于活动状态。
I'd like to try debugging the code remotely, i. e. by attaching the debugger on my dev machine to a process running on the target machine.
我想试试远程调试代码,即通过将调试器附加在我开发机在目标机器上运行的一个进程。
The debugger cannot continue running the process.
调试器无法继续运行的进程。
RIP_EVENT Generated whenever a process being debugged dies outside of the control of the system debugger.
当被调试进程在系统调试器的控制范围外和谐掉之后产生。
The process continues running on its host computer even though it is no longer attached to the debugger.
即使进程不再附加到调试器,它仍继续在其宿主计算机上运行。
However, because the files to be debugged are on a remote site, you must configure the debugger to be able to attach to a remote process.
然而,由于要调试的文件位于远程网站上,所以必须配置调试器使其能够连接到远程进程。
Sets the specified process as the active process in the debugger.
将指定的进程设置为调试器中的活动进程。
Launching the debugger in this way is useful for debugging services and COM out-of-process servers.
对于调试服务和COM进程外服务器,以这种方式启动调试器很有用。
ADX debugger in the use of the process and how to set up breakpoint in the observation of variables, each familiar with the function keys.
在运用ADX调试器时如何设置中断点和观察变量,熟悉每个功能键。
The API client (that is, the debugger) must implement this interface as appropriate for the particular target process.
API客户端(即调试器)必须根据特定的目标进程实现此接口。
A debugger that is soft-attached to a process can subsequently detach from the process.
软附加到进程的调试器随后可以从该进程中分离出来。
NET worker process and make sure that the debugger has access to symbols for the application.
NET辅助进程,并确保调试器能够访问该应用程序的符号。
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将暂停执行进程,并将异常信息传递给调试器。
If you want to stop the debugger and still work in an open document or worksheet, first detach the debugger from the process, and then stop the debugger.
如果您希望停止调试器但仍然使用打开的文档或工作表,需要首先将调试器与进程分离,然后再停止该调试器。
应用推荐