Click here to Skip to main content
15,870,297 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I came to know that now after the relese of rslyn we can debug sourc code of C# built in clasess and methods. I am curious to know how the .net source code works behind the scene.

I have installed the visual studio 2015 community version but i am still not able to debug the source code of methods.When i goto definition of some method or class then i am unable to find its implementation.

I guess i am missing something very simple but i am unable to figure it out.
Posted

1 solution

Try: Tools -> Options -> Debugging -> Enable .NET Framework source stepping

This will also turn off "Just my code", and set up a symbol server cache location for you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900