I'm looking for a good way to diagnose the standard application crash messages from Windows (i.e. <Application> has encountered a problem and must close or <Application> has stopped working).
In the past, it's always been a guess or wait for an update to whatever software is having the problem.
Is there a utility out there which can dissect the information created by these crashes to identify the errors. I was thinking maybe Visual Studio or something like dependency walker.
Basically I'm looking for a generic way of breaking down these crashes to isolate the issue so it can be taken back to the appropriate vendor or if it's a dependent Windows system problem.
In the past, it's always been a guess or wait for an update to whatever software is having the problem.
Is there a utility out there which can dissect the information created by these crashes to identify the errors. I was thinking maybe Visual Studio or something like dependency walker.
Basically I'm looking for a generic way of breaking down these crashes to isolate the issue so it can be taken back to the appropriate vendor or if it's a dependent Windows system problem.