Hey guys, I made a vsCode extension that is going ...
# random
o
Hey guys, I made a vsCode extension that is going to change how we debug multiple things at the same time. It's called
Breakpoint Bookmarks
, and it does exactly what it's name imply. Basically you get to save all your breakpoints flows, and switch between them whenever you like, as you see in the gif. You can also track those breakpoints files with your source controls tools of course. You can download it with
ext install OmarDulaimi.breakpoint-bookmarks
in command palette or from the extensions menu in vsCode. I'm sure you noticed that I have used an official prisma example in the demo 🙂 Contributions are welcomed, you can find the repo here: https://github.com/omar-dulaimi/breakpoint-bookmarks https://marketplace.visualstudio.com/items?itemName=OmarDulaimi.breakpoint-bookmarks
🙌 3
👀 2