Nicolas Raoul
Nicolas Raoul

Reputation: 60193

How to debug Mono itself?

I want to fix a bug in Mono's XML deserializer.
The code is quite complex.

How can I run Mono itself in debug mode? (breakpoints, step-by-step, variables inspection).

Preferably in a graphical way.
If Monodevelop can be used to debug Mono itself, that would be great.
I am on Linux Ubuntu 2012.04 and have enabled debugging information.

Upvotes: 2

Views: 998

Answers (1)

lupus
lupus

Reputation: 3963

In MonoDevelop, after loading the solution, go to the Edit menu -> Preferences. Select Debugger and uncheck "Debug project code only...".

Upvotes: 3

Related Questions