VC .Net Debug

  • Thread starter Thread starter stonny
  • Start date Start date
S

stonny

In Visual C++.

When you finish you typing. CTR +F5 means Build in Release Mode +
Run. While F5 means Build in Debug Mode + Run.

Is that right?

Thanks

Stonny
 
stonny said:
In Visual C++.

When you finish you typing. CTR +F5 means Build in Release Mode +
Run. While F5 means Build in Debug Mode + Run.

Is that right?

Thanks

Stonny

This response assumes you are using VS 2005, as you don't say which
version...

No. F5 and Ctrl-F5 don't have anything to do with building. If you use
either command, and your solution *needs* to be rebuilt, a dialog will
appear asking you if you wish to rebuild before running. The dialog will
also tell you what mode will be used (debug or release) for rebuilding. Look
in Build->Configuration Manager for the build mode and change it there as
needs be.
 
stonny said:
In Visual C++.

When you finish you typing. CTR +F5 means Build in Release Mode +
Run. While F5 means Build in Debug Mode + Run.

Is that right?

Thanks

Stonny
 
Back
Top