VS.Net - Debug and Release Builds

S

Simon Harris

Hi All,

I've been told that VS.Net has two build options - debug and release. Can
anyone tell me how to uses these? Utp now, I've just build using the build
button.

Thanks,
Simon.
 
S

Steve C. Orr [MVP, MCSD]

Debug build outputs extra code that gives extra information about an errors
that are encountered, such as the exact line(s) where the error occurred.

Release build is optimized for size and speed and you should use this pretty
much only for your final build that will be deployed into production.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top