Category Archives: Programming

Xamarin Mobile Application Development book

Developing an application for Android platform is not only limited by using Java programming language anymore. C# also can be used for developing an Android application.

Book Description:

Xamarin Mobile Application Development is a hands-on Xamarin.Forms primer and a cross-platform reference for building native Android, iOS, and Windows Phone apps using C# and .NET. This book explains how to use Xamarin.Forms, Xamarin.Android, and Xamarin.iOS to build business apps for your customers and consumer apps for Google Play and the iTunes App Store.

Link:

https://mega.nz/#!N91FjBDI!SsZr_G4kX9GLVlI8oEMe7oovZqHYzAbozszCn9Huweo

One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program

Whether u like it or not, things may go haywire. You may figure out why is the error prompted out  when you’re going to debug your code in Visual Studio 6.0.

Here are some simple steps to make you clear the error.

  1. In the top toolbar of Microsoft Studio select “Build -> Set Active Configuration”.
  2. In Active Project Configuration choose Win32 Debug.

Sample

After quite sometime to figure out the issue. Finally thanks god. I’m able to proceed for my work again. Cheers~