vue3-sfc-loader icon indicating copy to clipboard operation
vue3-sfc-loader copied to clipboard

Breakpoints

Open leecbryant opened this issue 2 years ago • 2 comments

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?

leecbryant avatar Dec 13 '21 22:12 leecbryant

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

austinrscott avatar Jan 13 '22 16:01 austinrscott

this worked REALLY well with html-vue-loader.. not sure why the vm displays this one all on one line?

btsimonh avatar Feb 08 '22 19:02 btsimonh

still no way to debug normal code (not a single line) ?

Hoshinokoe avatar Mar 24 '23 15:03 Hoshinokoe

I plan to add a devMode : boolean option that will preserve, as far as possible, the originale script formating.

FranckFreiburger avatar Jan 07 '24 18:01 FranckFreiburger