Hi, yes there are several debugging mechanisms. you can use console.log() in your code and then open the developer console in your browser (usually with F12), switch to the console tab and look for the console.log() output. Any errors thrown should also show up there. You can also use the forge tunnel and watch the backend output.
2 Likes