Changes between Version 52 and Version 53 of MacBuild


Ignore:
Timestamp:
May 8, 2008, 11:49:41 PM (16 years ago)
Author:
charlief
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MacBuild

    v52 v53  
    210210For information on interpreting crash dumps and backtraces, see [MacBacktrace Mac Backtrace].
    211211
     212== Debugging into wxWidgets ==
     213
     214The 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
     216You can find instructions for doing this in the comments in the file boinc/clientgui/mac/MacGUI.pch.
     217