Posted: Wed May 28, 2008 10:20 pm Post subject: SHARED variable not visible Debugger
Partisan
Joined: 09 Aug 2001 Posts: 332
V6.0.2 on Windows
Maybe I'm just acting my hair color this morning, but I can't see a shared variable in the debugger.
-- declared at top of ESQL file
Code:
DECLARE Queues SHARED ROW;
then I execute the following line of code:
Code:
SET Queues.*[1] = OutputRoot.XML.Parameter[1].*;
This works because later on I can use that value as well as others I add to the row.
But, I can't see the 'Queues" variable in the debugger so I can't visually confirm what is in there. Any ideas?
Thanks all _________________ If you do not know the answer or you get the urge to answer with "RTFM" or "Search better in this forum", please refrain from doing so, just move on to the next question. Much appreciated.
I believe that SHARED variables are not currently visible in the debugger. _________________ MGK
The postings I make on this site are my own and don't necessarily represent IBM's positions, strategies or opinions.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum