visual studio 2010 - How to set a breakpoint in code from referenced .dll? -


i trying set breakpoint on method library system.web.mvc:

microsoft.web.mvc.html.htmlhelperextensions.editorfor 

the symbols loaded. how can set breakpoint if can't open source code? i've tried "debug > new breakpoing > break @ function" with

microsoft.web.mvc.html.htmlhelperextensions.editorfor 

but no luck.


Comments

Popular posts from this blog

c# - Is it possible to remove an existing registration from Autofac container builder? -

asp.net - RadAsyncUpload in code behind, how to? -