PDA

View Full Version : Where is the mono debugger?


rgladwell
6th October 2006, 01:13 PM
I can't find the mdb Mono debugger when I install mono. It doesn't seem to have been installed with the mono-devel packages, or any of the following:

$ rpm -qa | grep mono
mono-web-1.1.13.7-1.fc5.1
mono-core-1.1.13.7-1.fc5.1
mono-devel-1.1.13.7-1.fc5.1
mono-extras-1.1.13.7-1.fc5.1
mono-data-sqlite-1.1.13.7-1.fc5.1
mono-data-sybase-1.1.13.7-1.fc5.1
monodevelop-0.11-16.fc5
mono-data-1.1.13.7-1.fc5.1
mono-nunit-1.1.13.7-1.fc5.1
mono-data-postgresql-1.1.13.7-1.fc5.1
mono-basic-1.1.13.7-1.fc5.1
mono-data-oracle-1.1.13.7-1.fc5.1
monodoc-1.1.17-5.fc5
mono-winforms-1.1.13.7-1.fc5.1
mono-locale-extras-1.1.13.7-1.fc5.1
Is it included in the fedora repositories?

TIA Ricardo

RahulSundaram
7th October 2006, 03:22 AM
I can't find the mdb Mono debugger when I install mono. It doesn't seem to have been installed with the mono-devel packages, or any of the following:

$ rpm -qa | grep mono
mono-web-1.1.13.7-1.fc5.1
mono-core-1.1.13.7-1.fc5.1
mono-devel-1.1.13.7-1.fc5.1
mono-extras-1.1.13.7-1.fc5.1
mono-data-sqlite-1.1.13.7-1.fc5.1
mono-data-sybase-1.1.13.7-1.fc5.1
monodevelop-0.11-16.fc5
mono-data-1.1.13.7-1.fc5.1
mono-nunit-1.1.13.7-1.fc5.1
mono-data-postgresql-1.1.13.7-1.fc5.1
mono-basic-1.1.13.7-1.fc5.1
mono-data-oracle-1.1.13.7-1.fc5.1
monodoc-1.1.17-5.fc5
mono-winforms-1.1.13.7-1.fc5.1
mono-locale-extras-1.1.13.7-1.fc5.1
Is it included in the fedora repositories?

TIA Ricardo

You should try # yum list | grep mono if you want to know whats in the repositories.

Mono debugger was very recently reviewed and approved

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=189093

It should be available in the repositories soon.

Jman
11th October 2006, 05:12 AM

Also repoquery from the yum-utils package is a tool that does queries against yum repositories.