[Mono-bugs] [Bug 670164] Debugger can't be immediately started just after a previous session is done

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Mar 3 12:40:28 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=670164

https://bugzilla.novell.com/show_bug.cgi?id=670164#c2


--- Comment #2 from Jonathan Pryor <jpryor at novell.com> 2011-03-03 17:40:27 UTC ---
As of r9700, `mandroid.exe --debug` will add a BroadcastReceiver which will
terminate the executing process by using java.lang.Runtime.exit(). All the IDE
needs to do is send broadcast intent and the process will exit itself:

       adb shell am broadcast \
                -a mono.android.intent.action.SEPPUKU \
                -c mono.android.intent.category.SEPPUKU. at PACKAGE@

in which @PACKAGE@ is the value of the /manifest/@package attribute within
AndroidManifest.xml.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list