views:

278

answers:

1

Hi,

Is there a SSCLI equivalent for .Net Framework 3.5? Something that can be debugged and stepped through.

Kind regards.

+1  A: 

If you are using Visual Studio 2008 (and especially VS2008 SP1) you should enable the ".NET Framework source stepping" debugger option.

Scott Dorman