How can I do remote debugging on my phone?

I am making a phone only game and I am wondering how I can do remote debugging on my phone so I can see the output(print statement) of my game on roblox studio and use the debugger.

1 Like

Roblox Studio has a built-in emulator. Use that, it might help your case.

1 Like

I tried to however it is limited in these two way:

  1. I can’t swipe to fire event for some reason(or I am doing something wrong). Here is the code of the roact components that it’s goal is to detect swipe. It’s in typescript: https://hastebin.com/eyareluvur.js
    Please tell me if you know how to fix it
  2. I can’t emulate the device motion. My core gameplay mechanic is rely on that.

I use roblox ts btw

Edit: I noticed that the swipe event also doesn’t work on my iphone

1 Like

Sadly, there is no way to emulate device motion/swiping then.

However, you can still use the developer console ingame.

You could set up a VNC Server on your phone and then connect to your phone with VNC Viewer.