mono - How to step into Framework source code in MonoDevelop -


Debugging a project in mono development How can I step in the mono framework source code?

I run Vanilla Mono develop from OpenSUSE 11.3.

This is an old post, but I stumbled upon seeing it today, so hopefully someone And will help simply uncheck "do not move into the framework code", unless you have PDB / MDB files pointing to the source in the place. In my box, it was looking for source on "/usr/src/packages/BUILD/mono-2.10"

To specifically figure out why it should go for you, generate an exception and log out that includes the frame trace (for example new SqlConnection (null)) and it will show you the file Its source is in search of source source. For example: on System.Net.Sockets.NetworkStream. Mono in


Comments