Best practices and tools for debugging differences between Debug and Release builds?

后端 未结 6 1740
失恋的感觉
失恋的感觉 2021-02-14 00:40

I\'ve seen posts talk about what might cause differences between Debug and Release builds, but I don\'t think anybody has addressed from a development standpoint what is

6条回答
  •  有刺的猬
    2021-02-14 01:27

    One other "Best Practice", or rather a combination of two: Have Automated Unit Tests, and Divide and Conquer.

    If you have a modular application, and each module has good unit tests, then you may be able to quickly isolate the errant piece.

提交回复
热议问题