type GO to get to start of main program Facility: DEBUG, VMS Debugger Explanation: The debugger has started at the beginning of LIB$INITIALIZE code. User Action: If you want to get to the actual start of the main program you should type GO at the debug prompt. The debugger will allow the program to execute the LIB$INITIALIZE code and then break at the start of the main program. If you'd like to debug the LIB$INITIALIZE code you are positioned to do so at this point.