|
||||||
| Managed C++ Visual Studio .NET managed C++ Topics |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
If I am in debug mode I want to display a message box, what is the variable that determines if I am in debug?
Code:
if (debug) {
MessageBox::Show("Debug");
}
__________________
DirkFirst |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Project Debug Database | Chan | C# Programming | 1 | 05-03-2007 11:59 AM |
| Visual Studio 2005 and Windows Vista | Jordan | General Programming | 3 | 01-22-2007 03:21 PM |
| Debug Vs. Release | NeedHelp | C# Programming | 1 | 07-12-2006 09:44 PM |
| What Is A Union | ravs2k6 | C and C++ | 2 | 07-08-2006 01:14 PM |
| Variable to Debug Window | Void | C# Programming | 3 | 07-04-2006 08:26 AM |