Pregunta

I'm experimenting with Simple widget application in Xamarin studio and would like to know how to debug it. Trying regular 'Run -> Start Debugging' (F5) produces

Application does not contain a launchable activity

As far as I understand ActivityAttribute.MainLauncher property is designed specifically for this purpose but there is no activity to apply it to in the example I'm playing with.

p.s. Is there something similar to 'Attach to process' feature?

¿Fue útil?

Solución

It seems that there is still no simple solution other than embedding your widget into a self created activity just for the debugging purposes. The last post from the Xamarin team I've found is here.

I've tried a few approaches with an empty activity and trying to trick the debugger - but failed.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top