| |||
| Home > Examining the Target Execution Environment > Finding a function in your code > Performing operations on functions from the Symbols view | |||
You can perform various operations on functions using the Symbols view, such as:
set a breakpoint on the function
run until the start of the function is reached
view the source or disassembly for the function
set the PC to the start of the function
view type information for the function.