How can I tell the Visual Studio debugger to never step into a specific file?
- by Chris Farmer
I have a couple ANTLR-generated code files, and I'm currently happy with how they are working. I'd like to configure my project in Visual Studio (2008) so the debugger skips over methods defined in those files. How can I do this?