Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
March 26, 2022 06:58 pm GMT

Debug multiple bugs with vsCode without losing breakpoints

Sometimes a bug is so stubborn, you have to put it on hold and do something else.
So, if you're using vsCode to debug your issue, you're going to lose those breakpoints if you start debugging something else.

And that's where my new vsCode extension come into the picture.

It lets you have as many breakpoint flows as you want, while allowing you to seamlessly switch between them, with all their info like location, expression, messages, etc. You could even track them with your favorite source control tools such as git.

The extension is live on vsCode marketplace, you can install it by typing the following into the command palette:

ext install OmarDulaimi.breakpoint-bookmarks

Or by searching for it from the Extensions menu: Breakpoint Bookmarks

Contributions are welcomed :)

Repo: https://github.com/omar-dulaimi/breakpoint-bookmarks
Extension page: https://marketplace.visualstudio.com/items?itemName=OmarDulaimi.breakpoint-bookmarks

How extension works


Original Link: https://dev.to/omardulaimi/debug-multiple-bugs-with-vscode-without-losing-breakpoints-5d9i

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To