Skip to content

Instantly share code, notes, and snippets.

@mpfund
Created March 28, 2012 08:55
Show Gist options
  • Save mpfund/2224883 to your computer and use it in GitHub Desktop.
Save mpfund/2224883 to your computer and use it in GitHub Desktop.
finds "#if DEBUG throw ... #endif" - Blocks in VS
\#if:Wh+DEBUG[:Wh\n]+throw(.|\n)*\#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment