How can I tell the Visual Studio debugger to never step into a specific file?

Posted by Chris Farmer on Stack Overflow See other posts from Stack Overflow or by Chris Farmer
Published on 2010-04-15T22:06:50Z Indexed on 2010/04/15 22:23 UTC
Read the original article Hit count: 212

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?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about debugging