I'm trying to pinpoint where my code is going wrong and it would help if I could simply not include some classes in my code, and run the program excluding these classes, to see if they are causing the problems.
The only way I can thing of doing it is by moving the classes to another folder, running the program, and then moving them back in if they're not causing the problems. This would become a lot of hassle when I have to do it for a few different classes.
Is there anyway I can simply mark the classes so they don't get compiled?