Sim Posted July 8, 2020 Posted July 8, 2020 I can't seem to get my JavaScript errors to display on Google chrome or Microsoft edge while on mobile devices. Anyone know how to or recommend a browser for debugging. Quote
Sim Posted July 8, 2020 Author Posted July 8, 2020 1 hour ago, Magictallguy said: Yes, a desktop PC That is not possible at this time. Anyone got a real solution? Quote
gamble Posted July 8, 2020 Posted July 8, 2020 I haven't tested this or anything, but I think the below will work: window.onerror = function(msg, url, linenumber) { alert('Error message: '+msg+'\nURL: '+url+'\nLine Number: '+linenumber); return true; } 1 Quote
Magictallguy Posted July 8, 2020 Posted July 8, 2020 2 hours ago, Sim said: That is not possible at this time. Anyone got a real solution? Yes, a laptop 😛 1 Quote
Sim Posted July 8, 2020 Author Posted July 8, 2020 (edited) Anyone with a real answer to this question that I find serious want to reply.[ 11 minutes ago, Magictallguy said: Yes, a laptop 😛 Second answer with smart ass remarks. And what makes it even worst is your an Administrator representing MakeWebGames. @Dave Quote @Magictallguy How about stop being a young me and drop the attitude; it ain't gonna help you in this world Edited July 8, 2020 by Sim 3 Quote
Magictallguy Posted July 8, 2020 Posted July 8, 2020 You've misunderstood a joke and taken it as attitude, then a position check. Nice. I'm sooo inclined to actually help you now. Back when I was coding on a phone, I used Droid-Edit. It allowed console access for locally-running scripts. Failing that, head to about:debug in a Chromium-based Android browser to access console output 1 Quote
Sim Posted July 8, 2020 Author Posted July 8, 2020 Joke or not, I googled this last night for two hours and unable to do any further coding while you here having a good time joking around about something that is not a joking matter to whatsoever. You bet your ass, I find no humor in your slick ass comments. I read about about: debug. It keeps redirecting me to chrome: about page not found 1 Quote
Magictallguy Posted July 9, 2020 Posted July 9, 2020 If @gamble's solution isn't any good for you, I've seen this in use in the past Quote
Dave Posted July 9, 2020 Posted July 9, 2020 @Sim have you tried https://play.google.com/store/apps/details?id=com.tyrostudio.devbrowser? 2 Quote
Ishraq Posted August 11, 2023 Posted August 11, 2023 https://dev.to/asaoluelijah/how-to-access-dev-tool-on-mobile-browsers-14nd This works! Quote
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.