Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Debug shared buffer

Former Member
654

Is there a way to see the values I exported to a shared buffer area in debug mode?

Thanks.

Sandy

1 REPLY 1
Read only

christian_wohlfahrt
Active Contributor
0 Likes
486

Hi Sandy!

The memory area (filled by export to memory) can be displayed, but with shared buffer (filled like INDX, just in memory) - I don't know.

But maybe you just write a small helper program: an import variable for your key value, import, write - this you could execute while debugging in a second session (on same application server).

Regards,

Christian