cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
209
Views
0
Helpful
1
Replies

debugging CRA script

victor
Level 1
Level 1

Hi,

I was wondering if anyone can suggest of a way to debug CRA script during runtime.

What I would like to do is for example add print statements telling me how the workflow went, and what the values for a particular variables are.

Is there a way to do it? Right now I am writing the data to database and checking it that way., but I am sure there is a better way...

Vic

1 Reply 1

land0113
Level 1
Level 1

Open up CRA and go to the debug tab, look for Reactive Application. The put the name of your script where is says application file name. Then call the CTI Route Point that is associated with the appication that you want to debug. Once you call the number, a screen will pop under the CRA. You can step the script line by line. All your variables will be able to be seen real time as you go thru the script.

Jeremy land