You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
Currently it is possible to debug .vue files by adding breakpoints in .js files and stepping in, but it is not possible to directly add a breakpoint in a .vue file. It would be useful to use direct breakpoints.
Currently it is possible to debug .vue files by adding breakpoints in .js files and stepping in, but it is not possible to directly add a breakpoint in a .vue file. It would be useful to use direct breakpoints.
Maybe it is not possible to add this feature. As per the documentation:
"JavaScript line breakpoints can be set in the JavaScript context inside *.js or *.html files."
Source: https://www.jetbrains.com/help/phpstorm/2016.3/types-of-breakpoints.html
The text was updated successfully, but these errors were encountered: