Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
385 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 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...