For example, I am debugging a project that contains several source files where I already have breakpoints. During debugging I once disabled all the breakpoints from debug menu (Debug -> Disable All Breakpoints
).
But now I want to enable the breakpoints only of a particular source file which I want to debug. In Visual Studio (2013), how to do that?