[MonoDevelop] How to step in to Mono source code?

IBBoard ibboard at gmail.com
Sat Jan 1 15:23:50 EST 2011


On 31/12/10 20:08, Michael Hutchinson wrote:
> On Fri, Dec 31, 2010 at 4:17 AM, IBBoard<ibboard at gmail.com>  wrote:
>> I found that the debuginfo was only for the native buts, because I installed
>> that before, but the .cs files are in the debugsource package (I checked
>> after I installed and it didn't work).
>>
>> Just so that I know what I'm trying to achieve, what files do I need to have
>> where and what other variables/bindings/settings are needed? In Eclipse with
>> Java I just need to associate a zip of .java files to a JAR or install the
>> jdk-src package, which is really easy and flexible. I'm not entirely clear
>> on what Mono needs to have where at the moment, and it'd be a shame if it
>> wasn't easy to do with a standard install.
>
> Check whether the C# file paths referred to in stack traces exist on
> your machine.
>

Thanks, I've just had a look at the paths in the stack trace are 
"/usr/src/packages/BUILD/mono-x.x.x/mcs/class/corlib/System/Delegate.cs" 
while the "-debugsource" package contains paths like 
"/usr/src/debug/mono-x.x.x/mcs/class/corlib/System/Delegate.cs" (which 
makes more sense). I've put a symlink in for the folders, but a couple 
of first tests still aren't working. I'll report back later in case it 
just needs a reboot to refresh a cache that says the files don't exist 
or something.

Thanks,

IBBoard


More information about the Monodevelop-list mailing list