Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
381 views
in Technique[技术] by (71.8m points)

reactjs - Getting Redux Dev Tools to work for debugging a Chrome Extension (instead of a Web App)

I bootstrapped the Chrome Extension I am working on from npx create-react-app my-app --template redux-typescript and am trying to use Redux Dev Tools to debug it. So, my project uses Redux Toolkit's configureStore() method which is different from the traditional redux method of createStore(). I am also running on Windows in case that may be relevant.

It works right out of the box when I develop Web Apps but it does not seem to be working out of the box for debugging a Chrome Extension.

enter image description here

I've found Redux Dev Tools to be incredibly useful in the past for debugging so any help to get it working would be greatly appreciated!

question from:https://stackoverflow.com/questions/66051472/getting-redux-dev-tools-to-work-for-debugging-a-chrome-extension-instead-of-a-w

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

2.1m questions

2.1m answers

60 comments

57.0k users

...