[MonoDevelop] debugging mono develop
Vladimir Giszpenc
vgiszpenc at dsci.com
Tue Mar 17 11:26:05 EDT 2009
Since I posed a similar question, let me share the answers I got.
> I could do to do this because for some reason code completion isn't
> working for referenced meta-compiled assemblies but details about
those
" MD will not refresh the completion data for assemblies that belong to
packages (such as gtk#) unless the package version changes. You'll have
to manually force the regeneration of the data by deleting the
corresponding .pidb file from ~/.config/MonoDevelop/codecompletiondata.
Lluis."
" Ensure that the updated GTK# assemblies and docs are installed
correctly. Do the updated docs show up in MonoDoc?
If you're using the GTK# version addins to target different version of
GTK# to the one you have installed, be aware these conatin separate stub
dlls for version-specific code completion and compilation.
--
Michael Hutchinson"
And my wisdom:
If you did anything from source, be careful as to what is in /usr and
/usr/local.
Good Luck,
Vlad
More information about the Monodevelop-list
mailing list