Skip to main content

I’m coding AT SDK extensions using Visual Studio Code, and most likely I’m missing something but I can’t output to console with console.log() function.

There is no output on VSC terminal, debug console or output. I’ve tried running in debug mode, nothing changes.

There is also a button “Log component to console” - a small bug icon - on the app editor interface, but clicking it seems to change nothing

Thanks ahead for help!

The console output will be in the browser window you’re using to preview your app. In Chrome you can view it by pressing F12 on your keyboard or selecting View > Developer > JavaScript Console from the top menu.


The console output will be in the browser window you’re using to preview your app. In Chrome you can view it by pressing F12 on your keyboard or selecting View > Developer > JavaScript Console from the top menu.


Thanks a lot for helping me out!


Reply