![]() |
![]() |
![]() |
![]() |
Command Buttons
At the bottom of the Debugger Window are five Command Buttons, which are used to control execution when an application is stopped at a breakpoint. The buttons are:
- Continue This button will resume normal execution of an application after it has been stopped at a breakpoint.
- Step over This button will execute the line of code at the cursor, and attempt to remain in the same stack location.
- Step into This button will begin execution of any method call in the line of code at the cursor, and will leave the cursor at the top of that method call for further debugging.
- Step up This button will instruct the debugger to finish executing the method in the current stack location, and leave the cursor at the next line in the stack location above the current stack location.
- Step instruction This button will execute a single Java byte code instruction within the current line of code.
Data Representations, Inc. http://www.datarepresentations.com support@datarepresentations.com sales@datarepresentations.com |
![]() |
![]() |
![]() |
![]() |