How to access stack frame while debugging ASP.net program?
问题 How to access stack frame information while debugging ASP.net program? 回答1: If you're referring the "Call Stack" window, you can view that when debugging by opening the Call Stack Window using either it's default hotkey of CTRL+ALT+C , or by using the IDE menu of Debug / Windows / Call Stack Alternatively, if you're referring to ASP.NET's built-in Tracing capability, whereby the ASP.NET runtime will display diagnostic information about a single request for an ASP.NET page, you can achieve