C++

Objectives :

  • Setting a break point
     

Step: 1 Create a source file as shown before

Now set a break point by pressing F2 key

Now when we run this application, the cursor will standy at the BreakPoint

From this point and onward, you may use F7 or F8 function key to browse your code. Pressing F9 again will close the command window pane.