We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
更新到1.2.1版本后chrome无法调试.vue文件,1.2.0版本则正常。 现象如下: 比如,按F12打开调试工具,在相应vue文件里的create方法里的第1、2行分别打一个断点,F5刷新,此时会触发第一个断点,这时候再按F5,断点就不再触发了,除非新建一个窗口重复上述步骤。 另外一种现象是,如果第一个断点触发后,按F8继续运行,之后的断点都不会被触发。
只是vue文件才有这种问题。普通js文件不会,而且只有1.2.1版本有这个问题。1.2.0版本正常,已经验证多次。chrome也是最新版,mac 和 windows都有这种问题。
The text was updated successfully, but these errors were encountered:
我检查检查下。
Sorry, something went wrong.
我遇到的问题是vue文件的断点完全不会触发,折腾了半天最后退回1.1.30了
@mirari 和你一样我现在是1.2.8
No branches or pull requests
更新到1.2.1版本后chrome无法调试.vue文件,1.2.0版本则正常。
现象如下:
比如,按F12打开调试工具,在相应vue文件里的create方法里的第1、2行分别打一个断点,F5刷新,此时会触发第一个断点,这时候再按F5,断点就不再触发了,除非新建一个窗口重复上述步骤。
另外一种现象是,如果第一个断点触发后,按F8继续运行,之后的断点都不会被触发。
只是vue文件才有这种问题。普通js文件不会,而且只有1.2.1版本有这个问题。1.2.0版本正常,已经验证多次。chrome也是最新版,mac 和 windows都有这种问题。
The text was updated successfully, but these errors were encountered: