vs 2010 for asp.net debugginghttp://forums.asp.net/t/1809590.aspx/1?vs+2010+for+asp+net+debuggingSat, 02 Jun 2012 03:50:26 -040018095905006708http://forums.asp.net/p/1809590/5006708.aspx/1?vs+2010+for+asp+net+debuggingvs 2010 for asp.net debugging <p>When i was working with Visual studio.net 2008 for asp.net applications, I was able to step into code that was generated by the .net framework. I believe that was called unmanaged code.</p> <p>For the visual studio.net 2010 web form application I am working with, I would like to be able to step into the unmanaged code.</p> <p>Thus can you tell me how to setup my environment so I can step into both the managed and unmanged code?</p> 2012-05-31T21:19:59-04:005006746http://forums.asp.net/p/1809590/5006746.aspx/1?Re+vs+2010+for+asp+net+debuggingRe: vs 2010 for asp.net debugging <p>If you go to the Debug menu up top and Select Options Settings then Debugging then General then Enable .Net Framework source stepping. &nbsp;See if that will work.</p> 2012-05-31T22:31:28-04:005006876http://forums.asp.net/p/1809590/5006876.aspx/1?Re+vs+2010+for+asp+net+debuggingRe: vs 2010 for asp.net debugging <p>There is pretty interesting article on the Code Project, check this</p> <p><a href="http://www.codeproject.com/Articles/79508/Mastering-Debugging-in-Visual-Studio-2010-A-Beginn">http://www.codeproject.com/Articles/79508/Mastering-Debugging-in-Visual-Studio-2010-A-Beginn</a></p> 2012-06-01T04:49:34-04:005008423http://forums.asp.net/p/1809590/5008423.aspx/1?Re+vs+2010+for+asp+net+debuggingRe: vs 2010 for asp.net debugging <p>When this option is used you can not use the managed code option, why?</p> 2012-06-02T03:08:17-04:005008439http://forums.asp.net/p/1809590/5008439.aspx/1?Re+vs+2010+for+asp+net+debuggingRe: vs 2010 for asp.net debugging <p>Try to go through these links hope they'll be helpfull,</p> <ul> <li><a href="http://msdn.microsoft.com/en-us/library/ms973872.aspx">http://msdn.microsoft.com/en-us/library/ms973872.aspx</a>&nbsp;(Microsoft) </li><li><a href="http://www.dotnetspider.com/forum/4991-Managed-Unmanaged-code.aspx">http://www.dotnetspider.com/forum/4991-Managed-Unmanaged-code.aspx</a>&nbsp;(Detailed Very Helpfull) </li><li><a href="http://www.codeproject.com/Articles/10020/Using-managed-code-in-an-unmanaged-application">http://www.codeproject.com/Articles/10020/Using-managed-code-in-an-unmanaged-application</a> </li><li><a href="http://www.codeproject.com/Articles/1153/Mixing-Managed-and-Unmanaged-code">http://www.codeproject.com/Articles/1153/Mixing-Managed-and-Unmanaged-code</a> </li></ul> <p>Good luck`</p> 2012-06-02T03:50:26-04:00