here's the comment area for today's blog post found at:
http://zabkat.com/blog/22Jun08-vista-wa ... ugging.htm
blog: dr watson in vista
Moderators: fgagnon, nikos, Site Mods
-
- Member
- Posts: 49
- Joined: 2007 Aug 29, 02:02
-
- Site Admin
- Posts: 16295
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- Member
- Posts: 49
- Joined: 2007 Aug 29, 02:02
It varies but they're not that big (usually only a few meg at most).
Put an exception handler round the whole program with SetUnhandledExceptionFilter, and then if you crash write the minidump out to a file in %TEMP%. Then the user can send it to you or not - at least they have it there waiting for them.
Put an exception handler round the whole program with SetUnhandledExceptionFilter, and then if you crash write the minidump out to a file in %TEMP%. Then the user can send it to you or not - at least they have it there waiting for them.
-
- Site Admin
- Posts: 16295
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- Member
- Posts: 49
- Joined: 2007 Aug 29, 02:02
-
- Site Admin
- Posts: 16295
- Joined: 2002 Feb 07, 15:57
- Location: UK
-
- Bronze Member
- Posts: 84
- Joined: 2006 Nov 02, 23:49
The guys'n'dolls at Opera Software recommend Inspector IIXII to catch own crashes and freezes instead of Dottore Watson (which also can't do the latter).
Works with any program though, as it has to be registerd as debugger just like Nikos described it for Dr. Watson. I did not bother to compare their outputs yet as I happen to see very few crashes...
Works with any program though, as it has to be registerd as debugger just like Nikos described it for Dr. Watson. I did not bother to compare their outputs yet as I happen to see very few crashes...
fuxs