I m trying to debug a javascript-heavy webapp running on the Palm Pre browser. There are various useful debugging messages that the app will output to console.log(). This app was not built specifically for the Palm Pre but runs great on other Webkit-based browsers such as Safari.
How can I view the output of console.log from the Web application running in the Pre emulator? It appears that it s possible to view output for an app built for Pre specifically, but not output from the web browser itself.