Describe Break mode. - Break mode is the state of an application when the execution gets paused and allows the developer to edit the value in the current state.
To attain a break mode we can carry out any of the following steps:
a. Selecting Break from the Run menu (Ctrl+Break) or pressing the pause button. b. Reaching to break point.
Setting up the break points:
a. Go to the line where you need to mark the breakpoint. b. Click with mouse on left corner margin of that line. c. Another way is to press F9
|