Debugging Mono class libraries
Xamarin ships with the source code for Mono class libraries, and you can use this to debug the Xamarin (formerly known as Mono) source code:
- To be able to use this option, go to
Debug
|Options
:

- Then, go to
General
, uncheck theEnable Just My Code
option, and clickOK
:

- Once this is disabled, we can step into Mono class libraries and debug them.