Episode

Data Breakpoints in Visual Studio Code

Data breakpoints in GDB allow you to set a breakpoint which is triggered when some variable is modified. This feature is now available in Visual Studio Code. Find out how to use it and how it can help you find bugs in your code which might otherwise be hard to track down.