Sep 06, 2022 03:12 AM
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!
Solved! Go to Solution.
Sep 07, 2022 02:16 AM
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.
Sep 07, 2022 02:16 AM
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.
Sep 07, 2022 05:49 AM
Thanks a lot for helping me out!