Is there a way how to see values of session variables or element variables during debug session?
I'm debugging Call Studio application, set a break-point and can execute application step by step. But I couldn't find a way how to see values of element or session variables. for example, Is there a way how to do this in debugger?
Thanks for any advice!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Yes, that's what the top 2 panes in the 6-panel Debug Perspective are for.
Top left are the elements in the order they were executed (from bottom
to top).
Select an element in the top-left, then in the top-right select the
Variables pane and you'll see all the Session data at that point in the
app.
To view element data, you must select the element that created it in the
top-left, then you'll see its element data in the Variables pane.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks Janine!
You are absolutely right.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.