Thread
:
Debug Mode
View Single Post
#
3
(
permalink
)
11-28-2006, 05:18 PM
Void
Programming Expert
Join Date: Jun 2006
Posts: 410
Credits:
0
Rep Power:
11
Determine if you are in debug mode
Use [Conditional("Debug")]
Code:
[Conditional("Debug")] private void whatever(){ MessageBox.Show("Debug"); }
__________________
Void
Void
View Public Profile
Send a private message to Void
Find all posts by Void