GDB is introducing an experimental feature called source-tracking breakpoints that automatically adjusts breakpoint line numbers when source code is edited and recompiled. When enabled with 'set breakpoint source-tracking enabled on', GDB captures a small window of surrounding source code at each breakpoint. On reload, it
Table of contents
IntroductionSetting a source-tracking breakpointLimitationsHow to try this experimental featureConclusionSort: