i working visual studio 2015.
i have big c# class file lot of properties , methods. want set breakpoints possible lines (set , of properties, methods) @ once. how can that?
i think looking this,
steps follow:
1) add break point on first line of code want debug.
2) run application.
3) when want run next line of code, select debug | step into
4) repeat step #3 each line of code
Comments
Post a Comment