We have a large C++ application, which sometimes we need to run as a debug build in order to investigate bugs. The debug build is much much slower than the release build, t
profile the app and see what ti taking the time. you should then be able to see what debugging need to be tuned.