cancel
Showing results for 
Search instead for 
Did you mean: 

Debug Ruby Script

Former Member
0 Kudos

Hi All,

Can we debug the code written in Script that is in the event handler in C4C SDK?

Thanks,

Sri

Accepted Solutions (1)

Accepted Solutions (1)

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Pablo,

Yes and No. 🙂

It is still Ruby with HTML 5.

It will be JavaScript for Offline.

Bye,
Horst

Answers (4)

Answers (4)

former_member186648
Active Contributor
0 Kudos
former_member186648
Active Contributor
0 Kudos

Hi Pablo,

If you are in silverlight mode, then you can do the following:

Enable the trace by : Navigating to menu Help -> Technical Information -> Script Debugger -> Enable "Trace Active" -> Ok,
execute the UI scenario,
navigate back to the menu Script Debugger:
Here you should be able to see the ruby script and the variables value.

Thanks, Pradeep.

Former Member
0 Kudos

Hi Pradeep.

I cannot find Technical Information option in Help menu.

Thanks

Sri

former_member201819
Participant
0 Kudos

This was also a major pain point for me when I started with the Cloud App Studio...

Will there be a new Scripting Language option with the HTML5 transition?

How about JavaScript?

Kind Regards
Pablo

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Sri,

This is not possible.

You can just use the standard browser tools like HttpWatch, FireBug, ...

Sorry,
Horst