Replies: 2 comments 5 replies
-
100%. I've been thinking about this for a whole year. Sometimes I know the codebase really well. But other times I'm overwhelmed and confused and I need help finding exactly this sort of data. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jcmorrow we discussed this in product office hours last week, I believe. Where did we net out? I think I recalled that this was doable? And I think I saw someone say we're working on it? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is something that I would love when I'm debugging library code, where I suspect that a particular bug is happening in a particular file, but I don't know that file super well. Being able to look through only the parts of that file that actually ran during this replay, would make it much easier to narrow down where I should be placing my breakpoint. I don't know if CodeMirror has folds, but it seems like a natural way to do this might be folds similar to what you see in github commit summaries.
Beta Was this translation helpful? Give feedback.
All reactions