Google Chrome 开发人员工具中是否有一项功能允许在调试时跳过一行而不执行它,就像在 Visual Studio 中可以完成的那样?
我能想到的一种解决方法是通过将行换行来“实时编辑”代码
if(false){ //line to be skipped }
但这不是我每次刷新后都必须做的最方便的解决方法。有内置的或更快、更好的方法吗?
不,并且是 not going to happen.
开发人员的最后评论说:
我们将暂时搁置此功能。它的复杂性很高,而且工作流程不够普遍。也可以只注释掉这些行并按 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