Hi
I have set some breakpoints in my program for checking.
I wanna debug it in such a way that it should stop only at the breakpoints that are specified *
All other statements should be executed in background and I dont want to go through those lines one by one as it happens in usual case.
Is there any way to accomplish this?