How do I set a breakpoint at a particular function?

To set a breakpoint at a particular function, you can either do it through the debugger shell or the debugger GUI. If you are going to set it from the debugger shell, you would type in bp <function_name>. If you are going to set it from the GUI, then you right-click the function name and select Toggle Breakpoint .