Often I find that I'd like to step through some unfamiliar code and would like to visit each function or sub - or I'm testing and want to make sure I stepped through all the code. Is there a convenient way to set a break on each function or sub,
as opposed to scrolling through the code and setting breakpoints individually?
-->Vince