cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
994
Views
0
Helpful
2
Replies

CVP Call Studio. Variable values in debug.

e.gailiss
Level 4
Level 4

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!

1 Accepted Solution

Accepted Solutions

janinegraves
Spotlight
Spotlight

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.

View solution in original post

2 Replies 2

janinegraves
Spotlight
Spotlight

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.