Conditional Breakpoints - Feature Request
Is your feature request related to a problem? Please describe.
VSCode is reporting that conditional breakpoints are not currently supported by the debugger. The below image is the message you get when the mouse is over one you've defined.

Describe the solution you'd like Ability to use some kind of condition. I don't care if I have to write it in Lisp, JavaScript, Python or whatever else is the path of least resistance.
Additional Notes This would be especially useful when dealing with long lists. It would be a an extremely large help to setup a test for nil or an exact string value.
Edit clearly didn't proofread that.
Maybe this requirement needs some enhancement in Lisp Debugger side.