Replies: 1 comment
-
You can see the event listeners here. It'd be nice to do a better job of connecting the dots though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Replay has a nice view of events.
It would be very useful if I could pause the execution of the handler of this (e.g. Key Press) event, so that I can step into the code that (probably) caused the bug I want to debug from there.
Currently the only way to get started with replay seems to be clicking on a console.log output or setting a breakpoint in the source.
If there are thousands of source files and no helpful console.log outputs, it is quite challenging to find the right entry point.
Beta Was this translation helpful? Give feedback.
All reactions