posts - 5,  comments - 4,  trackbacks - 0
    1.Set IE browser Item: "Property"-->"Advanced"-->Remove "disable script debugging(IE)" and "disable script debugging(others)";
    2.Fristly, You can set "break point" in page js block while js function in page or user control;
    3.Secondly, You can't set "break point" directly while debugging js function of web custom control, In VS2008 please as the following steps:
        (1).open the page which contains the js function you want to debug in browser, the "Attach to process" in IDE and select browser process.
        (2). now, you will get new item in the "solution explorer", that means "script documents" and you can get the js file as "WebResource.axd" file. 
        (3). set "break point" ,and do js function operation, you can start debugging.
    
posted on 2008-04-26 10:43 Lotto 阅读(408) 评论(4)  编辑 收藏

标题  
姓名  
主页
Email (博主才能看到) 
验证码 *  看不清,换一张 [登录][注册]
内容(请不要发表任何与政治相关的内容)  
  登录  使用高级评论  新用户注册  返回页首  恢复上次提交      


相关链接: