On the mobile device the application caused /usr/bin/WebProcess crashed and a core file was created under /var/lib/corewatcher/processed. On the emulator the web application didn't start but no core file was created.
Is there a way to debug web app in Tizen IDE? From what I've read the tizen IDE supports debugging native application, but I'm not sure about the web app. Has anyone tried grunt-tizen https://npmjs.org/package/grunt-tizen? The web page says that it can debug applications on a Tizen devices.
Also is there a tool that can load the core file simiar to using gdb to load a dump file? If so maybe I can trace what happened before the process cored. Right now there is no useful information to know what happened.
Any help will be appreciated.
Cheers!