Step 1: Put a static break-point at the desired location
Launch The Applicaton
The Dubugging Mode is automatically triggered when the breakpoint is reached
Press F5 for single line/step wise execution or F6 for execution
Pressing F5 ,helps you to enter within the Perform
Using the menu options: Breakpoints->breakpoint at - various specific breakpoints lke breakpoint at exception,method,source code etc can also be set
For e.g. we can set a generic breakpoint at the statement ‘call’.
We can also create a watchpoint: for e.g.