Skip to content
foxox edited this page Jan 28, 2014 · 1 revision

The following instructions pertain to VS2008 and beyond; older versions may have slightly different configuration options.

To enable debug info for breakpoints and step-through execution:

For each of SparkleLib, SparkleLib.Git, SparkleShare, and the SparkleShareInviteOpener projects:

  1. Open the Properties page (right click on project -> Properties)
  2. Select the Build tab of the properties editor
  3. Scroll down and click the "Advanced" button under the "Output" section
  4. Change the "Debug Info:" drop-down under the "Output" section to "pdb-only" or "full"
  5. Save the properties settings and then rebuild the project