First of all the mono which is in fedora12 repository doesn't have a working debugger. So i had to build it my self using the latest monodevelop-2.1.2 source code. Follow the below steps and you will have a working mono develop with debugger support (I am using mono-2.4 which doesn't contain the soft debugger).
- Extract the monodevelop-2.1.2.tar.bz2 and run ./configure script. make sure you install the required libs and their devel packages as well.
- Run make.
- Run make install.
- Extract monodevelop-debugger-mdb-2.1.2.tar.bz2 (Mono Debugger support).
- Set the PKG_CONFIG_PATH to point the directory which contains monodevelop.pc file using the command export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
- Run ./configure script.
- Run make
- Run make install.
Your done :).
Blogged with the Flock Browser