[Monodroid] Debugger improved but still failing

Marcio Alexandroni marcio at cialogica.com.br
Sat Mar 5 10:14:53 EST 2011


Guys,

I must say the debugger is really, really better in the P13-hotfix with
Visual Studio 2010. The deployment now is "super-fast", it stops in all
breakpoints, but I have two issues while debugging on my HTC Desire HD. The
device is connected through USB cable and the WiFi is connected, everything
is working fine, except:

1) Sometimes when I step over a simple call like "DateTime data =
DateTime.Now", the application just quits, without any message. It does not
throw an exception because the code is inside a try..catch block. The logcat
shows this:

...

/dalvikvm( 1556): GC_FOR_MALLOC freed 12835 objects / 537016 bytes in 439ms

D/CSUtil  ( 1556): serverTime = 36263

D/CSUtil  ( 1556): curGMTTime = 54495616

E/ActivityManager( 1297): fail to set top app changed!

I/ActivityManager( 1297): Process testedroid.testedroid (pid 8713) has died.

I/WindowManager( 1297): WIN DEATH: Window{47d0ee68
testedroid.testedroid/testedroid.Activity1 paused=false}

V/WindowManager( 1297): Remove Window{47d0ee68
testedroid.testedroid/testedroid.Activity1 paused=false}:
mSurface=Surface(name=testedroid.testedroid/testedroid.Activity1,
identity=1299) mExiting=false isAnimating=false app-animation=null
inPendingTransaction=false mDisplayFrozen=false

D/Sensors ( 1297): close_akm, fd=141

I/UsageStats( 1297): Unexpected resume of com.htc.launcher while already
resumed in testedroid.testedroid

W/InputManagerService( 1297): Got RemoteException sending setActive(false)
notification to pid 8713 uid 10101

D/AK8975  ( 1223): Compass CLOSE


2) If I step over a line that calls a method that takes some seconds to
complete, VS throws the exception below:




Anyway, the debugger is getting close to be really productive, at least on a
real device.

Marcio Alexandroni
  marcioalexandroni
-- 


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/mailman/private/monodroid/attachments/20110305/1bdc1123/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 21120 bytes
Desc: not available
Url : http://lists.ximian.com/mailman/private/monodroid/attachments/20110305/1bdc1123/attachment-0002.png 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/png
Size: 1720 bytes
Desc: not available
Url : http://lists.ximian.com/mailman/private/monodroid/attachments/20110305/1bdc1123/attachment-0003.png 


More information about the Monodroid mailing list