I'm using Tizen Studio to develop a widget for wearable 2.3.2. It looks like I cannot do console.log to debug either the widget or the main app as the IDE detects there is a widget inside my project and gives me this message:
The web console logging API (console.log, console.info, console.warn, console.error) has been disabled.
Web Widget project does not support it.
Okay so why is there this line in the release note: https://developer.tizen.org/ko/tizen/tizen-2.3.2-wearable-release-notes
Javascript API
- console.log() method has been added for debugging a Web widget.
What are some other methods to try? Not sure why you guys make an IDE for developers without the debugging option.