Changes between Version 52 and Version 53 of MacBuild
- Timestamp:
- May 8, 2008, 11:49:41 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBuild
v52 v53 210 210 For information on interpreting crash dumps and backtraces, see [MacBacktrace Mac Backtrace]. 211 211 212 == Debugging into wxWidgets == 213 214 The BOINC XCode project normally links the BOINC Manager with the non-debugging (Deployment) build of wxWidgets, even for the Development build configuration of the Manager. However, there may be times when you wish to link the Development build of the Manager to the Development build of wxWidgets for debugging, as when you want to step into internal wxWidgets code or put breakpoints in wxWidgets. 215 216 You can find instructions for doing this in the comments in the file boinc/clientgui/mac/MacGUI.pch. 217