What project settings are required for the debugger?
- PDF for offline use
Let us know how you feel about this
Translation Quality
0/250
In order for the debugger to work as expected (hit breakpoints, display debug logs, etc.), developer instrumentation and debug information display must both be enabled.
Please follow these steps to check your environment settings:
Visual Studio
- Open the Project options
- Go to Build > Advanced... Set Debug Information to Full
- Settings for each platform:
- Go to Android Options > Debugging Options. Tick the Enable Developer Instrumentation box.
- Go to iOS Build > Debugging Options. Tick the Enable Debugging box.
Xamarin Studio
- Open the Project options
- Go to Build > Compiler > General Options. Set Debug Information to Full
- Settings for each platform:
- Go to Build > Android Build > Debugging Options. Tick the Enable Developer Instrumentation box.
- Go to Build > iOS Debug. Tick the Enable Debugging box.
Let us know how you feel about this
Translation Quality
0/250
Xamarin Workbook
If it's not already installed, install the Xamarin Workbooks app first. The workbook file should download automatically, but if it doesn't, just click to start the workbook download manually.

