Thread
:
Debug Mode
View Single Post
#
1
(
permalink
)
11-17-2006, 11:13 AM
dirkfirst
Programming Professional
Join Date: May 2006
Posts: 338
Rep Power:
11
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
dirkfirst
View Public Profile
Send a private message to dirkfirst
Find all posts by dirkfirst
Sponsored Links