Monday, January 9, 2012

What is Bin Debug? What does Bin Debug mean/do?

Bin is short for binary, it's where compiled binaries (programs and libraries) are placed. Debug refers to the fact that these are debug builds; they contain debug information.

No comments:

Post a Comment