Big variables in RPGILE debugger
Big variables in RPGILE debugger
(OP)
Hi,
I have an MQ put program that has a message field(MsgData) size 4000A. When I debug and view I only see the 1st 1024 chars. Is there a way to configure the debugger to show all the data in the field.
Also on the MQ Q I can only view 1024 can this be changed?
I know the message is bigger than 1024 because I write it to a file.
W
I have an MQ put program that has a message field(MsgData) size 4000A. When I debug and view I only see the 1st 1024 chars. Is there a way to configure the debugger to show all the data in the field.
Also on the MQ Q I can only view 1024 can this be changed?
I know the message is bigger than 1024 because I write it to a file.
W
RE: Big variables in RPGILE debugger
EVAL MsgDta :c 4000 to see in char format
EVAL MagDta :x 1000 to see hex format
RE: Big variables in RPGILE debugger
EVAL MagDta :x 4000 to see hex format
RE: Big variables in RPGILE debugger
WP
http://www.neptune400.com