When I'm debugging code that is contained in a file that has a few or several hundreds lines of code, I'll typically add a breakpoint. I can see the list of the breakpoints under the Breakpoints panel, but the list only shows the file name and relative path along with the line number.
I think it would be helpful if I could somehow tag or label a breakpoint in a way that I can personally determine what the breakpoint is. Is there a way to do this within Visual Studio Code? If not, is there an extension that does this?