Hi
When i run as tizen web Application mode I get this meesage in the console debug window
The web console logging API (console.log, console.info, console.warn, console.error) has been disabled.
To activate it, you should launch project with Debug mode.
Then i right click my web app project and select Debug As Tizen web App
i get an error message box
Cannot launch application with GDBServer.
The application (63AW5BxMWn) is not running on emulator-26101
The console has this value
setDebugConfigAttributes> isIme? false
[Running the application with GDBServer...]
GNU gdbserver (GDB) 7.8.1
Copyright (C) 2014 Free Software Foundation, Inc.
gdbserver is free software, covered by the GNU General Public License.
This gdbserver was configured as "i386-linux-gnueabi"
0
I can see the console.log inside the web inspector
is that a correct behaviour ?
Thanks
joe