Changes between Version 27 and Version 28 of AppDebug


Ignore:
Timestamp:
May 1, 2014, 11:10:51 AM (10 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDebug

    v27 v28  
    1919you can test it under the BOINC client, but without a project server.
    2020This will exercise the various forms of interaction with the client.
    21 If you already have a working project, skip to the next section.
    2221
    2322This example assumes that your executable name is '''test.exe''',
     
    2827 * Put the file
    2928   [http://boinc.berkeley.edu/gitweb/?p=boinc-v2.git;a=blob_plain;f=samples/client_state_save.xml;hb=HEAD samples/client_state_save.xml]
    30    in it (modify this file as needed).
     29   in it.
     30   Modify this file as needed to reflect the input and output files of your application
     31   (add '''<file_info>''' and '''<file_ref>''' elements).
    3132 * Create a file '''account_test.xml''' containing
    3233{{{
     
    5152}}}
    5253 (or do the equivalent on Windows).
    53 
    54 The client will run your app and then sleep.
    55 Check '''projects/test.test/output.txt''' to verify that it worked.
    56 Your app's stderr output will be somewhere in client_state.xml.
    5754You can run the BOINC Manager after running the client,
    5855and verify that its various functions
    5956(fraction done reporting, elapsed time reporting, suspend/resume, etc.)
    6057are working.
     58
     59The client will run your app and then sleep.
     60When the job is done,
     61check '''projects/test.test/output.txt''' to verify that it worked.
     62Your app's stderr output will be somewhere in client_state.xml.
    6163
    6264If your app isn't working, there are two ways to debug it.
     
    142144For details see [MacBacktrace Mac Backtrace].
    143145Although that page is written primarily for the Mac, much of it can be used on Linux and UNIX systems as well.
     146