Changes between Version 2 and Version 3 of AppDebug


Ignore:
Timestamp:
May 29, 2007, 2:35:25 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDebug

    v2 v3  
    2222to attach a debugger to it.
    2323
     24== Checking your workunit and result templates ==
     25
     26If you haven't set up your workunit and result template files correctly,
     27or if there's a problem with your application version file setup,
     28this can be debugging by running the client with the --exit_before_start
     29or --exit_after_finish command-line options.
     30
    2431== Getting and deciphering stack traces ==
    2532Once your application is working on your own computers, you're ready to test it with outside computers (alpha testers initially). It may crash on some computers, e.g. because their software or hardware is different from yours. You'll get some information back in the stderr_txt field of the results. If your application called boinc_init_diagnostics() with the BOINC_DIAG_DUMPCALLSTACKENABLED flag set, and you included symbols, hopefully you'll get symbolic stack traces.