When you are stepping through a . . .
|
Then the title bar reads . . .
|
Local procedure, such as example.p.
|
example.p (LOCAL)
|
Remote procedure, such as remote.p, on an AppServer agent whose server handle's NAME attribute is RemoteServer1.
|
remote.p (ON SERVER RemoteServer1)
|
Remote procedure, such as distant.p, on an AppServer agent whose server handle's NAME attribute is RemoteServer2, which was run from a procedure on RemoteServer1 (RemoteServer2 is an AppServer agent once removed from the root client application.)
|
distant.p (ON SERVER RemoteServer2 via RemoteServer1)
|
example.p():4
remote.p(...):3 ON SERVER RemoteServer1 distant.p(...):17 ON SERVER RemoteServer2 Via RemoteServer1 |