Changes between Version 5 and Version 6 of AppDebug
- Timestamp:
- Jun 21, 2007, 2:04:23 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AppDebug
v5 v6 14 14 At 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: 15 15 * 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 you rbuild 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. 17 17 18 18 On 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