method-id OnExit protected override. procedure division using by value e as type ExitEventArgs. invoke super::OnExit(e) *> Insert any other closedown code before the stop run statement. stop run. end method.
For more information see http://msdn.microsoft.com/en-us/library/ms743714.aspx#Application_Shutdown
To point which program is the current context:
The program being debugged is indicated by a yellow arrow. This program is also the current context.
This adds a green arrow in front of the program in the list to indicate it is the current context.
The debug tooltip should display the correct value.