As you debug your Java™ programs, follow these example displays for your programs. These displays show an example program, named Hellod.
+--------------------------------------------------------------------------------+
| Display Module Source |
| |
| Class file name: HELLOD |
| 1 import java.lang.*; |
| 2 |
| 3 public class Hellod extends Object |
| 4 { |
| 5 int k; |
| 6 int l; |
| 7 int m; |
| 8 int n; |
| 9 int o; |
| 10 int p; |
| 11 String myString; |
| 12 Hellod myHellod; |
| 13 int myArray[]; |
| 14 |
| 15 public Hellod() |
| More... |
| Debug . . . |
| |
| F3=End program F6=Add/Clear breakpoint F10=Step F11=Display variable |
| F12=Resume F17=Watch variable F18=Work with watch F24=More keys |
| |
+--------------------------------------------------------------------------------+
+--------------------------------------------------------------------------------+ | Work with Module List | | System: AS400 | | Type options, press enter. | | 1=Add program 4=Remove program 5=Display module source | | 8=Work with module breakpoints | | | | Opt Program/module Library Type | | *LIBL *SRVPGM | | HELLOD *CLASS Selected | | | | | | | | | | | | | | | | | | | | Bottom | | Command | | ===> | | F3=Exit F4=Prompt F5=Refresh F9=Retrieve F12=Cancel | | F22=Display class file name | | | +--------------------------------------------------------------------------------+