devtools
devtools copied to clipboard
Vue.js devtools looks like will cause firefox's debug issue
Version
6.1.3
Browser and OS info
Firefox 98.0.1 / MacOS 12.3
Steps to reproduce
- use
yarn create vite my-vue-app --template vue
create a vite/vue project - modify
src/main.js
, add a debugger beforecreateApp...
- run vite
- in firefox, open DevTools(already installed Vue.js DevTool), and open 'localhost:3000'
- now FireFox DevTools will occured debugger breakpoint. then press F10 to step over. it looks like very strange.
- disable Vue.js DevTool and repeat step 4/5, it is normal to debug .
What is expected?
when enable Vue.js DevTool,the firefox debug works fine.
What is actually happening?
when enable Vue.js DevTool, the firefox debug not working properly.