Making debugging flow easier #2854
Replies: 3 comments 7 replies
-
Just a note that this is a good point and we're seeing similar feedback elsewhere. To discuss and consider! |
Beta Was this translation helpful? Give feedback.
-
I came across this as well. Maybe a "Comments" drop-down in the debugger would help, it could show all comments associated with that step of execution. The UI could be simple and embedded with the current debugger. When the panel is open it could give you the option to create a new comment connected to either:
|
Beta Was this translation helpful? Give feedback.
-
This reminds me of these two issues as well https://github.com/RecordReplay/devtools/issues/3869 There are probably a couple of things going on here:
|
Beta Was this translation helpful? Give feedback.
-
These two thoughts came from my first "real" session with replay trying to track down an issue with the video player code.
Logpoints are too disconnected from each other. I can't get all of my logpoints to show up on the timeline. I found myself using the print-eval command in the logpoints and looking at the console for when things executed, but I was forced to name each of the logpoints with unique strings to keep track of things.
I'd really like to be able to associate different colors/icons with different logpoints, and have some way of making them all show up in the timeline so I can visually distinguish "when things are happening". It'd be cool if there was a drop-down arrow on each logpoint where I could associate it with a unique dot (either color, or a little panda face, or a little dog face, different icon for each one).. and then have those show up on the timeline.
I really disliked having to switch back and forth from comments view to the pause-points view to be able to use the debugger step/continue/rewind/etc. functions. It broke up the flow. I found myself wishing for some way to make those controls visible at all times, separate from the rest of the UI changing.
Beta Was this translation helpful? Give feedback.
All reactions