Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
In terms of the debugger architecture, a module:
Is a physical container of code, such as an executable file or a DLL.
Can reload its symbols and describe itself. Module descriptions are displayed in the Modules window of the IDE.
Is represented by an IDebugModule2 interface, created by a debug engine to describe the module.