aholla Posted January 7, 2014 Share Posted January 7, 2014 Hi does anyone know how to turn on the debug console in the stock browser (Internet v1.5)? By typing "about:debug" in the url bar it directs me to an error page but does enable the debug options. I need to get it to not redirect and stay on the current page? Alternatively what other option are there for onscreen debugging on such a device. I've seen log4javascript but what I really need to see any weird errors that might popup in the console. Thanks for any help! Quote Link to comment Share on other sites More sharing options...
relaxx Posted January 9, 2014 Share Posted January 9, 2014 You can use this tool:https://github.com/davidcalhoun/mobile-consoleI used once this console to capture javascript exceptions to on-screen console.Or you can just override console.warn/console.error/windows.onerror with your own functions. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.