It's all about the answers!

Ask a question

How to debug javascript in RTC


Marcelo Bilezker (466) | asked Apr 17 '21, 5:32 p.m.

 I would like to debug javascript code in RTC using Developer tool on chrome navigator
Is this possible ?}}


Accepted answer


permanent link
Ralph Schoon (61.8k33643) | answered Apr 19 '21, 2:46 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 https://www.google.com/search?q=debug+javascript+site%3Ajazz.net



Summary: 

1. Inject ?debug=true into the URL use developer tools and locate the script - It has no namespace, if I remember correctly. Chrome has worked for me, I always confuse myself with Firefox and fail to locate the script there.

Marcelo Bilezker selected this answer as the correct answer

One other answer



permanent link
Marcelo Bilezker (466) | answered Apr 19 '21, 7:54 a.m.

 Thanks, it works even without adding &debug=true. 

Your answer


Register or to post your answer.