Function breakpoints in C++ Break on a function based on its name. Useful if you want to debug a function but can’t access its source Function breakpoint aren’t supported for every language but you can use them while debugging C++.