按《c#入门经典》的说法,程序运行到System.Diagnostics.Debug.Assert(false,"sdasd","sffsfds");这种时候应该中断程序,可是我在ASP.NET(c#)中的该语句并没能中断程序,只是在OutPut窗口弹出下列信息,百思不得其解,请高手指点!---- 调试断言失败 ----
---- 断言短消息 ----
sdasd
---- 断言长消息 ----
sffsfds    at Miss_Center.Page_Load(Object sender, EventArgs e)  c:\inetpub\wwwroot\greatoa\buy\miss_center.aspx.cs(48)
    at Control.OnLoad(EventArgs e)  
    at Control.LoadRecursive()  
    at Page.ProcessRequestMain()  
    at Page.ProcessRequest()  
    at Page.ProcessRequest(HttpContext context)  
    at CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()  
    at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)  
    at HttpApplication.ResumeSteps(Exception error)  
    at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)  
    at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)  
    at HttpRuntime.ProcessRequest(HttpWorkerRequest wr)  
    at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)