Skip to content

Instantly share code, notes, and snippets.

@biomood
Created August 17, 2011 12:58
Show Gist options
  • Save biomood/1151483 to your computer and use it in GitHub Desktop.
Save biomood/1151483 to your computer and use it in GitHub Desktop.
C# Debug Check
// to check if the exe is running in debug mode use:
#if DEBUG
// put code to run in debugmode
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment