vue3-sfc-loader
vue3-sfc-loader copied to clipboard
Breakpoints
Is it, currently, possible to add breakpoints in Dev Tools - like pure HTML/JS? If not, is it possible to add them in code?
Finally, if neither are possible, will this be a feature in the future?
I've had some success using debugger;
statements, but it's been minimal. You can't really step through functions but if you get the right spot you can get a chance to inspect frame data and execute statements. It would be awesome if we could use breakpoints
this worked REALLY well with html-vue-loader.. not sure why the vm displays this one all on one line?
still no way to debug normal code (not a single line) ?
I plan to add a devMode : boolean
option that will preserve, as far as possible, the originale script formating.