lxieyang / chrome-extension-boilerplate-react

A Chrome Extensions boilerplate using React 18 and Webpack 5.
MIT License
3.42k stars 1.07k forks source link

How to set breakpoint to debug the react extension in vscode? #161

Open baoblackcoal opened 1 year ago

baoblackcoal commented 1 year ago

Set breakpoint to debug is more powerful than Console.log, is there has a method to achive it. I search google, youtube.. but I can find a useful info.

SiriusED commented 1 year ago

Same here, debug doesn't work for me. Either on the localhost:3000 and chrome extension.

yuis-ice commented 1 month ago

+1 I don't see the points of using these templates when debugging isn't available. Complexity comes with debuggability tradeoffs.