![]() |
|
|||||||
| Register | FAQ | The Twelve Commandments | Members List | Find the Best VPN | Today's Posts | Search |
![]() |
|
|
Thread Tools | Display Modes |
|
#11
|
|||
|
|||
|
Hi Moak,
this automatic feedback report sounds great. A Memory Snapshot would be a good idea because the ppl who debug this can crawl through all the data of the crashtime. cu - godXBlue |
|
#12
|
||||
|
||||
|
When I have more features implemented in my project, I work on it.
I personally use logfiles, OS and general PC infos, assert- and trace-macro, usually. For extended error statistic I thought about an addition, just an idea: I give all my classes, methods and important sections an unique number. When a crash or an illegal termination occurs the number of the last activated section is retreived and then a permanent disk-stored array (int g_aErrorArray[sections_max]) is increased at the corresponding position (g_aErrorArray[num]++). After (a few) crashs an user could then also report the error array - you get a fine overview which parts of your code cause serious trouble. Better would be an automatic tool: Don't store the numbers but the stack context (subroutine backjumps). A tool can than trace back from source lines to your methods and full automatically generate the error visulaizations... yes the second approach looks better. Btw, thx for your help... will have a look if I can trace back my code from windows crash messages (of a 'release version'). Moak Last edited by Moak; March 6th, 2002 at 12:23 PM. |
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Comments about comments | alexmontrose | Open Discussion topics | 0 | December 20th, 2006 07:13 AM |
| Comments | garbagefan2 | Open Discussion topics | 4 | August 3rd, 2006 11:01 PM |
| Comments Box | robster2644 | New Feature Requests | 1 | May 21st, 2005 02:11 AM |
| Comments on 2.8.5 | Alphax | General Mac OSX Support | 15 | December 26th, 2002 05:05 PM |
| A few comments. | larams71 | Download/Upload Problems | 3 | May 24th, 2002 11:12 PM |