By effectively making use of the kernel debugger, you can reduce the work of the kernel thread that was described earlier.
通过有效地利用内核调试器,我们可以减少前面介绍的内核线程的工作。
Only the debugger can affect the debug state of a thread.
只有调试器才能影响线程的调试状态。
To facilitate this, the debugger interface takes control of the thread by placing a special exception filter in the thread's filter chain.
为了便于执行此规定,调试器接口在线程的筛选器链中放置了一个特殊的异常筛选器来控制线程。
A single debugger helper thread is used within every CLR process to make sure that the CLR debugging API operates correctly.
每个CLR进程中只使用一个调试器帮助器线程以确保clr调试api正常运行。
Every VM that has debugging enabled starts a "JDWP" thread. The thread typically sits idle until DDMS or a debugger connects.
任何调试状态的vm都启动一个jdwp线程,该线程处于空闲状态直到DDMS或者调试器连接它。
A debugger hijacking of a user thread.
调试器截获用户线程。
The debugger is then able to run code in a special thread that can examine the state of the runtime and call user code if necessary.
然后,调试器可以在特殊的线程中运行代码,该线程可以检查运行时的状态并根据需要调用用户代码。
Security considerations may have prevented the debugger from reading stack, thread, register, and other context information from the program you are debugging.
出于安全考虑,可能禁止调试器从在调试的程序中读取堆栈、线程和其他上下文信息。
The debugger user interface (UI) may want to take this information into account if it displays the operating system (OS) suspend count of the thread to the user.
如果调试器用户界面(UI)要向用户显示线程的操作系统(OS)挂起计数,便可能需要考虑此信息。
Notifies a debugger that execution is about to enter a path that involves a cross-thread dependency.
通知调试器执行即将进入一个涉及跨线程依赖项的路径。
Allows a debugger to intercept the current exception on a thread.
允许侦错工具拦截目前在执行绪上的例外状况。
Allows a debugger to intercept the current exception on a thread.
允许侦错工具拦截目前在执行绪上的例外状况。
应用推荐