3: If you want that your breakpoint is to be hit only when the certain Hit count is reached then right-click on the breakpoint & click on Hit Count.
One can use that breakpoint to break always, or can modify the hit count according to his need.
e.g. Break when hit count is equal to "some value". will break only when the hit counts for that breakpoint is equal to "some value"
4: If you want to decide, what to do when your breakpoint is hit, then Right click on the breakpoint & click on When Hit.In that dialog box one can choose, what to do when a breakpoint is hit.
e.g. You only want to check certain values of the variable, when a break point is hit and want your program to run continously then check Print a message and check on continue execution. ( To use your own variable write your variable as {variable} in the text box).