Link to home
Start Free TrialLog in
Avatar of sukhoi35
sukhoi35

asked on

How to debug an exe file using windbg?

I am running a file test.exe which is generating an exception or an error. The exe is generated after compiling and building a C++ program. I opened test.exe from within windbg and saw the output in command window. The output's format appears similar to the one mentioned in  https://www.experts-exchange.com/questions/21996716/debugging-explorer-exe-frequent-crash-attaching-WinDBG-to-explorer-exe.html

How do I identify which module is causing the exception? When sending a report to my technical architect, what all information do I need to include about the problem?
ASKER CERTIFIED SOLUTION
Avatar of evilrix
evilrix
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sukhoi35
sukhoi35

ASKER

Thanks!