为什么进不来断点?

yulinlover 2014-01-05 07:01:17






盼高人指点一下

背景:
使用vs2013新建asp.net web应用程序项目,选择SPA(单页应用),简单的把login的功能改成直接请求controller的样子,不使用OAuth,但改完后,一直调用不到这个controller,为什么?
...全文
738 6 打赏 收藏 转发到动态 举报
AI 作业
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
threenewbee 2014-01-06
  • 打赏
  • 举报
回复
IE dev tools和VS两个调试器同时只能用一个。
吉普赛的歌 2014-01-06
  • 打赏
  • 举报
回复
引用 5 楼 ltcszk 的回复:
[quote=引用 3 楼 yenange 的回复:] 用firefox, 加多一行 debugger; firefox的断点比IE11要方便许多吧! 此外, 你的 $.ajax 为什么不加上 success: function (n) { }, error: function(XMLHttpRequest, textStatus, errorThrown) { alert(XMLHttpRequest.status); alert(XMLHttpRequest.readyState); alert(textStatus); }, ???
现在firebug和firefox有兼容问题,根本不如ie11的好用 Warning: Enabling the Script panel causes a Firefox slow-down due to a platform bug. This will be fixed with the next major Firefox and Firebug versions[/quote] 第二个建议, 你有木有试过呢?
ltcszk 2014-01-06
  • 打赏
  • 举报
回复
引用 3 楼 yenange 的回复:
用firefox, 加多一行 debugger; firefox的断点比IE11要方便许多吧! 此外, 你的 $.ajax 为什么不加上 success: function (n) { }, error: function(XMLHttpRequest, textStatus, errorThrown) { alert(XMLHttpRequest.status); alert(XMLHttpRequest.readyState); alert(textStatus); }, ???
现在firebug和firefox有兼容问题,根本不如ie11的好用 Warning: Enabling the Script panel causes a Firefox slow-down due to a platform bug. This will be fixed with the next major Firefox and Firebug versions
吉普赛的歌 2014-01-05
  • 打赏
  • 举报
回复
用firefox, 加多一行 debugger; firefox的断点比IE11要方便许多吧! 此外, 你的 $.ajax 为什么不加上 success: function (n) { }, error: function(XMLHttpRequest, textStatus, errorThrown) { alert(XMLHttpRequest.status); alert(XMLHttpRequest.readyState); alert(textStatus); }, ???
yulinlover 2014-01-05
  • 打赏
  • 举报
回复
用Firefox就能够帮我解决这个问题吗?
吉普赛的歌 2014-01-05
  • 打赏
  • 举报
回复
为啥不用Firefox而用IE11呢?

62,244

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术交流专区
javascript云原生 企业社区
社区管理员
  • ASP.NET
  • .Net开发者社区
  • R小R
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

.NET 社区是一个围绕开源 .NET 的开放、热情、创新、包容的技术社区。社区致力于为广大 .NET 爱好者提供一个良好的知识共享、协同互助的 .NET 技术交流环境。我们尊重不同意见,支持健康理性的辩论和互动,反对歧视和攻击。

希望和大家一起共同营造一个活跃、友好的社区氛围。

试试用AI创作助手写篇文章吧