user496949
user496949

Reputation: 86135

Get the dump using Taskbar, Process Explorer , AdPlus etc

Are those dump the full dump? What's the best dump which can be analyzed later using Windbg?

Upvotes: 1

Views: 1267

Answers (1)

Brian Rasmussen
Brian Rasmussen

Reputation: 116421

Task manager, process explorer and AdPlus are all able to create full user mode dumps, which will contain all the details needed for debugging using WinDbg.

Special attention is required when creating dumps for 32 bit processes running on 64 bit Windows. Please see my answer to this question for additional detail.

Upvotes: 1

Related Questions