Debugging into .netmf libs

Hi,

I think I have tried the obvious items, but it is possible to debug into the .netmf libs? I am getting errors and I would dearly love to see what is going on in there.

I do get the ‘symbols loaded’ message at startup, like the following:


‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.1\Assemblies\le\mscorlib.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.1\Assemblies\le\Microsoft.SPOT.Native.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.1\Assemblies\le\Microsoft.SPOT.Hardware.dll’, Symbols loaded.
‘Microsoft.SPOT.Debugger.CorDebug.dll’ (Managed): Loaded ‘C:\Program Files (x86)\Microsoft .NET Micro Framework\v4.1\Assemblies\le\Microsoft.SPOT.IO.dll’, Symbols loaded.


…etc. I also have the sources from the PK. How can I get these into my debugger window? Do I need to build a .netmf lib?

Thanks for helping a poor beleaguered dude. ???

You will have to rebuild the libs

Thanks Gus, will do.