Attach VS code debugger to Unity app running on Android mobile
03:51 04 Oct 2024

I am unable to attach a VS code debugger to a standalone android app.

I can attach the Visual Studio 2022 debugger via USB to a Unity app running on Android using Debug->Attach Unity Debugger, then selecting the android app from the list. However, such functionality does not seem to be available in Visual Studio Code, or am I missing something? I am only able to debug the app running in the Unity editor, but not a standalone app.

android unity-game-engine debugging