FranckFreiburger / vue3-sfc-loader

Single File Component loader for Vue2 and Vue3. Load .vue files directly from your HTML. No node.js environment, no build step.
MIT License
1.03k stars 116 forks source link

how to debug? #121

Closed bug4j closed 6 months ago

bug4j commented 2 years ago

hi, is there a way to generate or link the script that which was complied to a sourceMap file ? because it is impossible to debug from what i see.

sakana280 commented 1 year ago

You can sprinkle debugger statements throughout your SFC code. Not pretty but can help with the occasional specific bug.

Hoshinokoe commented 11 months ago

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

FranckFreiburger commented 6 months ago

duplicate of #123