redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Spawn a debugger session from a specific point in the timeline

Open jonahlibrach opened this issue 4 years ago • 0 comments

It would be incredibly useful if we could spawn a debugger session like chrome://inspect from a specific point in the timeline to figure out why we're getting unexpected state changes.

Otherwise, we need to re-run the program (CLI) with debugger enabled every time we get a bug we don't understand by looking at our code.

To me this happens quite frequently.

jonahlibrach avatar Nov 20 '20 04:11 jonahlibrach