15

@Vlad Can we debug or enable inspector now? I need debug extension but no way to do šŸ™

  • Vlad replied to this.

    TN7979 As you can see this has only 3 upvotes, is not trivial to make and affects only tiny portion of users .. so simply not something we prioritized yet.

    6 months later

    Temporary debugging solution with tabs.create().

    addEventListener("error", async (event) => {
      await chrome.tabs.create({
        url: `data:,${encodeURIComponent(event.message)}`, 
      });
    });

    8 months later

    hey @Vlad, is it possible to inspect from OSX? Or there is no way to see inspector mobile nor from usb cable?

    Thanks

    • dino replied to this.

      Perhaps @dino can share how is he debugging iOS

        Thorvarium for now web inspector is not available for Orion, but we will see how Safari provides inspector feature when connected to USB.

        However you can use Orion's internal Debug Logs if that helps. Enable Debug Log under Settings and then open debug controller by ... -> Debug Log


        6 months later

        Available in testflight now!

          Hi @Vlad, how can I join testflight for orion? How long till the next release?
          Thanks for working on this feature!

          • Vlad replied to this.

            Also, by the way... I've never received e-mail notification that someone mentioned me here back in April šŸ™
            Just checked my settings and I am supposed to receive the e-mail notification, maybe this is broken?

            thx

            • Vlad replied to this.

              Vlad I have not lol. I've been checking every day to see if someone is saying anything

                I've restarted the background workers sending the notifications. Let me know if that resolves the issue for you
                Thorvarium Vlad

                  Wow! How to get testflight version? I'm also waited for that feature!

                    luceos I have not, just found this message by coming back here again hehe

                      5 months later

                      Just an update for those still looking for it. The enable setting is now under ā€œHelp & Aboutā€.

                        But now that Iā€™ve looked at the debug logs. I donā€™t see JavaScript errors warnings or info. It seems more like browser running logs, not logs from the website code running within the browser. So to me; this request is still an open issue.

                          No one is typing