Conversely, if your program has a fault (for example, using a bad pointer) at some location in memory, you can look for the sourceline that is closest to the memory address.
That is, it's hard to identify patterns and integrate higher-level behavior when your focus is narrowed down to the size of a sourceline or a variable.
当您将关注的焦点集中于一行或一个变量时,它很难识别出模式并综合高级行为。
3
Line: Suspends the program when execution reaches the given sourceline, and can also be set from the source view.