Debugging a user-exit in VMS
From: S. RAMAKRISHNAN <ram_at_jupiter.corp.sgi.com>
Date: Thu, 5 Aug 1993 21:51:14 GMT
Message-ID: <CBB3DE.n4L_at_odin.corp.sgi.com>
This took me to my form and when the user exit was caused to be invoked, sure enough, I was at the debug prompt again because of the break.
Date: Thu, 5 Aug 1993 21:51:14 GMT
Message-ID: <CBB3DE.n4L_at_odin.corp.sgi.com>
Rather tricky problem, this one :
1) SET MODULE <my_user_exit_source_file_name> 2) SET BREAK <my_user_exit_func_name> 3) GO
This took me to my form and when the user exit was caused to be invoked, sure enough, I was at the debug prompt again because of the break.
Now, here's the catch. I was unable to "ex/asciz" any of my variables because everything i typed was taken as upper case. Sql*forms had apparently done some sort of "set term" that I was unable to undo. This was quite frustrating. I never did solve the problem.
Thanks,
ram
--Received on Thu Aug 05 1993 - 23:51:14 CEST