We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

How can I quickly test and debug my ECMAscript expressions?

Answers to common Plum DEV questions

Moderators: admin, support

Locked
support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

How can I quickly test and debug my ECMAscript expressions?

Post by support »

For some ECMAScript (Javascript) expressions, it may be easier to develop and test your script in a separate web page, which you then test using your web browser.

To test ECMAScript within your VoiceXML code, use the <value> tag along with text to speech to have the platform read the values of key expressions and variables. Alternatively, use the <log> tag to write these values into the session logs.

Locked