The "INTR.KEY" entry in the VOC determines what options are given when a user 
"breaks" out of a program.  The "D" is for the debug option.
             INTR.KEY
        001 X-type - Define options available when INTR key is hit
        002 ACLQD
        >
One thing to note...  The options defined in INTR.KEY are read in when you 
first enter Universe and are NOT re-read when you log between accounts.  
Whatever options are defined in the first account you log into will be the 
available options for your entire session.


As a side note, you mention that you were trying to figure out where you were 
"getting stuck".

  The use of PORT.STATUS using the "PID" option and "LAYER.STACK" (>PORT.STATUS 
PID 123456 LAYER.STACK) over and over again can show you what hex address in 
the program your process is at.  I suggest calling this 50 or 100 times in a 
row and inspecting the output.  Once you have the hex addresses, use "VLIST" to 
figure out what line in the program each address represents.

Ryan



-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: Wednesday, October 02, 2013 9:07 AM
To: U2 Users
Subject: [U2] Interesting....

LOOP
   IF (1=1) THEN CONTINUE
REPEAT
END

Run this program (yes, I know - it's an endless loop).
Then Control C to break out

D is one of the debug options (and lets you know what line your on).

However, when I had something like this in my program, when it got stuck
D wasn't one of the options - I had to start putting debug lines throughout the 
program
   To isolate what area I was getting stuck at.

What would cause that to be missing?   (I wasn't calling or executing anything 
at the time)


As a side note: the above had me thinking....
First we execute a program, then if it's doesn't die, we kill it!

George
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Note: The information contained in this message may be privileged and 
confidential and protected from disclosure. If the reader of this message is 
not the intended recipient, or an employee or agent responsible for delivering 
this message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please notify us 
immediately by replying to the message and deleting it from your computer.
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to