1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
543 views
by (330 points)
edited by brandon-w-8204
I want to debug the code and get the output from java script code while testing the channel... so what function or method should I call to see the output?

2 Answers

0 votes

Use the qie.debug function. Below is a link that explains qie.debug in more detail.

https://www.qvera.com/kb/index.php/1868/what-is-the-best-way-to-display-the-contents-of-local-variable?show=1868#q1868

by terrie-g-7436 (4.0k points)
0 votes
qie.info is also available for output statements that could be valueable throughout the development process and into production.

qie.info('My output statement.');
by joe-d-8335 (180 points)
...