DLL Export Viewer is a utility that shows, for each specified DLL file, a list of all the exported functions together with their virtual memory directories. As we all know, DLLs are Dynamic Link Libraries.
You can easily copy the memory address of the desired function, copy it to your code debugger, and establish breakpoints for that memory address. When this function is called on, the debugger is stopped from starting on that function, and you can continue its evolution step by step.