How can I debug my initialization code for Android app
Hi,
I've seen several threads regarding how to debug an Android application using adb and port 5555. I've gotten this to work without any problems. However, I'm having some problems in the Awake and/or Start routines of some of my MonoBehaviour objects that initialize upon starting the app.
I tried checking the "wait for debugger" option in the developer options on my device, but I can never successfully attach MonoDevelop to the application that is being paused by the device.
Any suggestions on how to get this to work? Workarounds would also be appreciated if anyone has one.
Thanks, Brian
Your answer
Follow this Question
Related Questions
Is It Bad to be Tired of my Own Mobile Game? 1 Answer
Debug Android device in Unity (via USB) 2 Answers
Debugging on an Android device which I don't have 0 Answers
android build facebook settings:the screen cannot be set to number of lines and columns specified 0 Answers
Unity UI - Button Slow On Some Devices? 0 Answers