Thread: Debug Mode
View Single Post
  #1 (permalink)  
Old 11-17-2006, 11:13 AM
dirkfirst dirkfirst is offline
Programming Professional
 
Join Date: May 2006
Posts: 338
Rep Power: 11
dirkfirst is on a distinguished road
Default Debug Mode

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
Reply With Quote

Sponsored Links