Typically, a debugger loads a symbol table associated with the DLL on receipt of this debuggingevent.
通常,调试器在收到这个调试事件之后加载与这个DLL相关的符号表。
2
Typically, a debugger unloads a symbol table associated with the DLL upon receiving this debuggingevent.
通常,调试器在收到这个调试事件之后卸载与这个DLL相关的符号表。
3
If a debuggingevent occurs while a debugger is waiting for one, the system fills the DEBUG_EVENT structure specified by WaitForDebugEvent with information describing the event.