what is the real usefulness of the debug mode libs and executables?
how can we use them, and with what tools and situations/scenarios, and are their uses any common and vital (or even important) for we as the application programmers?
I personally never used them.
my qt builds in debug mode by default; so I was confused at first.
debug mode libs and executables have a considerably bigger size and are slower.
I think somebody more ignorant may release them instead of release mode ones!!