GDB source-tracking breakpoints
One of the main abilities of a debugger is setting breakpoints.GDB: The GNU Project Debugger now introduces an experimental featurecalled source-tracking breakpoints that tracks the source line a breakpointwas set to. Introduction Imagine you are debugging: you set breakpoints on a bunch ofsource lines, inspect some values, and get ideas about how to change yourcode. […]