Skip to content
  • Categories
  • Recent
  • Groups
  • Users
  • Tags
  • Popular
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (Lumen)
  • No Skin
Collapse
Brand Logo
  1. Home
  2. Categories
  3. Web Development
  4. Eruda - Access a web developer console to debug your website

Eruda - Access a web developer console to debug your website

Scheduled Pinned Locked Moved Web Development
5 Posts 3 Posters 69 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • VGMooseV Offline
    VGMooseV Offline
    VGMoose
    Admin
    wrote last edited by
    #1

    Eruda is a javascript tool that displays a web developer console directly in the website itself. This allows it to be used to debug errors on other devices, such as the Switch, WiiU, 3DS, etc.

    To use it, embed it on the page like this:

    <script src="https://cdn.jsdelivr.net/npm/eruda"></script>
    <script>eruda.init();</script>
    

    And then click the gear icon in the bottom right of the page. This is really useful if investigating errors that only occur on the device, and no web console is available.

    Docs / more info:
    https://eruda.liriliri.io/docs/

    Screenshot:
    eruda console

    Sign the petition! Help us figure out the browser timeout.

    1 Reply Last reply
    0
    • TheAndyboiT Offline
      TheAndyboiT Offline
      TheAndyboi
      Anti Cringe Level I ♥ Nirvana
      wrote last edited by
      #2

      Looking on the website, you could also create a bookmark with the url set as javascript:(function () { var script = document.createElement('script'); script.src="https://cdn.jsdelivr.net/npm/eruda"; document.body.append(script); script.onload = function () { eruda.init(); } })();, and then click on the bookmark on the page you want to inspect.

      rip dort

      https://browsedns.net/groups/a-c-a-the-anti-cringe-association

      VGMooseV 1 Reply Last reply
      1
      • Larryfire85L Offline
        Larryfire85L Offline
        Larryfire85
        wrote last edited by
        #3

        why would u want t=o do this

        VGMooseV 1 Reply Last reply
        0
        • Larryfire85L Larryfire85

          why would u want t=o do this

          VGMooseV Offline
          VGMooseV Offline
          VGMoose
          Admin
          wrote last edited by
          #4

          @Larryfire85 This is for web developers! For example, I used this the other day for troubleshooting forum issues on Switch, where there's no browser console.

          Sign the petition! Help us figure out the browser timeout.

          1 Reply Last reply
          0
          • TheAndyboiT TheAndyboi

            Looking on the website, you could also create a bookmark with the url set as javascript:(function () { var script = document.createElement('script'); script.src="https://cdn.jsdelivr.net/npm/eruda"; document.body.append(script); script.onload = function () { eruda.init(); } })();, and then click on the bookmark on the page you want to inspect.

            VGMooseV Offline
            VGMooseV Offline
            VGMoose
            Admin
            wrote last edited by
            #5

            @TheAndyboi That's really cool! Reminds me of the firebug lite bookmarklet, which used to be one of the only reliable ways to debug mobile websites: https://css-tricks.com/snippets/html/use-firebug-in-any-browser/

            Sign the petition! Help us figure out the browser timeout.

            1 Reply Last reply
            1
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Groups
            • Users
            • Tags
            • Popular