Setting a breakpoint for the AddInts() function

To set a breakpoint for the AddInts() function:

  1. Double-click the AddInts() function in the Visual C++ Class view.
  2. Right-click the following line of code:
    Gen_RetVal = Int1 + Int2;
  3. Choose Insert > Breakpoint.

Copyright© 2019 HCL Technologies Limited