Changes between Version 5 and Version 6 of AppDebug


Ignore:
Timestamp:
Jun 21, 2007, 2:04:23 PM (17 years ago)
Author:
Ageless
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AppDebug

    v5 v6  
    1414At this point you'll want to start experimenting with your application. It would be very tedious to create a new application version for each change. It's far easier to use BOINC's [AnonymousPlatform anonymous platform] mechanism. To do this:
    1515 * Following the [AnonymousPlatform directions], create a file 'app_info.xml' in the client's project_* directory, with the appropriate name and version number of your application.
    16  * Each time your build a new version of your application, copy the executable into the project_* directory, making sure it has the appropriate name. Then restart the core client.
     16 * Each time you build a new version of your application, copy the executable into the project_* directory, making sure it has the appropriate name. Then restart the core client.
    1717
    1818On Unix, it's possible to attach a debugger to a running process. Use 'ps' to find the process ID of your application, then something like