Google Chrome开发人员工具中是否有一项功能,可以像在Visual Studio中一样在调试时跳过一行而无需在调试时执行该行?
我可以想到的一种解决方法是通过将行换行
if(false){ //line to be skipped }
但这不是我每次刷新后最方便的解决方法。有内置的或更快的更好的方法吗?
Google Chrome开发人员工具中是否有一项功能,可以像在Visual Studio中一样在调试时跳过一行而无需在调试时执行该行?
我可以想到的一种解决方法是通过将行换行
if(false){ //line to be skipped }
但这不是我每次刷新后最方便的解决方法。有内置的或更快的更好的方法吗?
Answers:
不,并且不会发生。
开发人员最后的评论是:
我们暂时暂不使用此功能。它的复杂度很高,并且工作流程不够普遍。人们也可以将行注释掉并按ctrl-s来获得相同的效果。状态:WontFix –
解决方法是注释掉要跳过的行,然后按Ctrl+ S。
We're going to hold off on this feature for now. It's complexity is high and it's not common enough a workflow. One could also just comment out the lines and hit ctrl-s to get the same effect, pretty much. Status: WontFix