Contact: aviboots(AT)netvision.net.il
42,144 questions
54,850 answers
573 users
#define DEBUG using System; class Program { static void Main(string[] args) { #if (DEBUG) #line 200 "modify the line numbers" #error Turn off Debug #endif } } /* run: modify the line numbers(201,0): error CS1029: #error: 'Turn off Debug' */