New: Improved exception debugging support
It is now possible to inspect exceptions in the Visual Studio debugger.New: Added device log in Visual Studio
Select Debug - Windows - Device log to show a device log window inside Visual Studio. This window shows the Main device log for the device you're debugging on filtered on the process you're debugging.
Changed: Debugger attachment process
Many reports have been send about a problem with attaching the debugger to the app on the device. The problem is and was that we've never been able to reproduce this is a controlled environment. We've made several modifications to the attachment process which we hope will solve this issue. If the problem remains, please report it and send a copy of the Device log (see above) output.
Changed: Device log shows Main log instead of System log.
The device log (both in the device center as well as in Visual Studio) now show the contents of the Main log instead of the System log. This means that output from Android.Util.Log is now visible.
Fixed: Resource errors do not show in the Visual Studio error window
If you make an error in the content of a resource (.xml) file it will now show as a build error inside Visual Studio.
Fixed: Debugger does not detect stopped app on device.
If an app stops on the device (because you remove it from the app list or it crashes), the current debugging session will terminate.
Various
As with each release, lots of (unreported) minor issues have been solved and/or improved.
Many thanks for the emprovement, nice to see it growing..
ReplyDelete