|
-
Sep 24th, 2002, 10:30 AM
#1
Thread Starter
Addicted Member
Excluding code in debug mode
Is there a way to exclude a section of code while I run in debug mode, but have that section of code run in release?
-
Sep 25th, 2002, 01:17 AM
#2
Junior Member
Try
#If Not Debug then
.............Excluded in Debug
#End If
assuming that Project Properties / Configutation Properties / Condotional compilation constants / Define DEBUG constant i checked.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|