Below is an example output of the Windbg extension. I set it to monitor when the stack memory of the current thread (Address:
18d000
Size: 3000
) is being accessed, and to break in when there is a call to other module (Break reason: 2
).In the log you can see the address where the memory access occurred and the instruction caused the memory access. Also, you can see the address of the data being accessed, and the type of the data access (
R
for read, W
for write).