sergtk
sergtk

Reputation: 10974

How to step into .Net assembly in VS2010 with source folder specified?

I have thirdparty .NET assembly.

How to step into sources of this assembly in VS2010?

I specified the path to sources in "Solution Properties \ Common Properties \ Debug Source Files". But this does not help.

Upvotes: 0

Views: 133

Answers (1)

SShebly
SShebly

Reputation: 2073

the below link shows the steps to step into .Net assembly.

since you specified the source then probably you may need just to check the last 3 steps

MS BLOG

Upvotes: 1

Related Questions