postalservice14 / vuejs-plugin

[DEPRECATED] Vue.js features for the Intellij Platform (WebStorm, RubyMine, Intellij, etc)
139 stars 20 forks source link

Add ability to add breakpoints in .vue files #15

Open ilesinge opened 7 years ago

ilesinge commented 7 years ago

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