Debugging C# on Meta Quest 3 using VS Code or Rider

Godot Version

4.3

Question

Is it currently possible to debug C# scripts when one-click deploying to the Meta Quest 3? I usually use JetBrains Rider for writing C#, but VS Code would also be an option for me.

I seem to be able to debug C# fine from both Rider and VSCode when running a desktop application, but cannot get it to work when the app is deployed to the MQ using one-click deploy.

I do the deployments with Remote Debugging enabled and have the “keep debug server open” option turned on, but I can’t find a way to connect the IDE to the debug port.