cancel
Showing results for 
Search instead for 
Did you mean: 

Screen persona 3.0 issues

Former Member
0 Kudos

Hi,

I have below issues in Screen personas.

1. I am trying to debug the script in Screen personas. I added a comment Debug; in my script, But debugger is not triggering or stopping in the above code.

2. I am trying to execute a java script in different client in same server ( for example client 100 and client 200), the output of the script is a graph which is showing in client 100 and not in client 200, I think it is a browser issue. Can anyone comment on this issue.

Regards

Vivek

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The issues resolved myself.

I was running the mobile mode, Once I change to desktop mode from mobile mode the debugger starts triggering.

Answers (1)

Answers (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert
0 Kudos

1., Use the command debugger; and make sure the browser's Development Tools window is open when running your flavor you want to debug.

2., I'm not sure I understand what are you trying to achieve here. What does the script do and how do you want to reach another client?

Former Member
0 Kudos

1. I have used the command debugger; in my script and browser's development Tools window is open when running,But it is not taking to by script instead it is going to some html page. I tried to search my code in this HTML page ,but not available.


2. The script is to show the forecasting of a material in the graph format. I did the development in development 100 client and exported the flavor to quality client 100. and here it works perfectly.

But when I exported to quality client 200 the script was not working initially as there is some changes in recorded parameters between clients.So I did a new recording in Quality Client 200 .This time script started to work,but some issue in the graph,Graph is coming as blank. Please find the difference in attached screenshot

forcast-client200.jpg

forcast-client100.jpg