Thread: Crash Issue
View Single Post
  #16  
Old 09-16-2012, 02:34 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

You are doing it incorrectly.

Under C/C++ -> General you need Debug Information Format set to Program Database, and under Linker ->Debugging you need Generate Debug Info set to Yes, and a valid filename in Generate Program Database File if there isn't already one there.
Reply With Quote