BREW: Debugging w/ Visual Studios

1. Compile with _DEBUG
2. Open project properties (right click, properties)
3. Go to Configuration Properties -> Linker -> Debugging

4. Set GENERATE DEBUG INFO to "Yes (/DEBUG)"

No comments: