Re: [mono-android] Debugging a service in another process

2013-09-30 Thread Samus Arin
Putting a breakpoint before the service is launched works from me. Not sure yet how well the debugger is going to behave after its launched, and the debug.mono.extra property manipulation may still be required. I'll post any new finding... -- View this message in context: http://mono-for-and

Re: [mono-android] Debugging a service in another process

2012-11-15 Thread Jonathan Pryor
On Nov 15, 2012, at 4:30 AM, Bjorn Coltof wrote: > Does anyone know how I can debug a service that is hosted in a separate > process? No; unfortunately the debugger is only capable of debugging one process at a time. (Please file an enhancement request.) > If not, is there a way I can disable

[mono-android] Debugging a service in another process

2012-11-15 Thread Bjorn Coltof
Hi, Does anyone know how I can debug a service that is hosted in a separate process? When debugging the app that contains the service the service crashes a number of times due to an error in the debugger and eventually does start when the process starts without debugging. As part of the start the