VisualStudio Release编译开启调试

有时候项目因为各种情况是需要必须以发布(Release)的形式编译的。

这个时候变量优化严重,调试不了的。

Debug image.png Release image.png

把Release优化的选项搞成debug一样的就可以了。