9.6.5 Navigate to the Source Code

Double click on a Source or Destination cell to go to the source code address (and line) shown in that cell. Not all addresses can be linked to source code.

In the following example, the debugger has halted because the buffer is full (see Mode selection in first figure below.) Double clicking in the Source cell 0x0000019e; newmain.c: 21 will take you to the newmain.c source (second figure below) at line 21. The location where the debugger halted is also highlighted at line 27.

Figure 9-12. MTB Window - Go to Source Code
Figure 9-13. Source Code Window - Line highlighted