I just had a similar problem – the remote debugger initialization kept crashing my app and I could not disable remote debugging via the in-app GUI.
After having uninstalled the app from the device (or emulator), remote debugging was disabled when I started the app again.
I assume, that the remote debugging flag is saved withtin the app’s shared preferences (which get deleted after uninstall).