Setting a breakpoint for the AddInts() function
To set a breakpoint for the
AddInts()
function:
Double-click the
AddInts()
function in the Visual C++
Class
view.
Right-click the following line of code:
Gen_RetVal = Int1 + Int2;
Choose
Insert
>
Breakpoint
.
Parent topic:
Tutorial exercise 1: Creating a simple user-defined routine
Copyright© 2019 HCL Technologies Limited