[Enhancement] Ability to add breakpoint on every entrypoint/method/function/procedure in a file or project in one shot
Ability to add breakpoint on every entrypoint/method/function/procedure in a file or project in one shot.
This could be even better if it could add a breakpoint to every { up to specified depth of {'s, so you could catch all if/else's too.
This is very useful for when there's a large file and you want to trace the execution path at key points and there is too much code to single-step.
I'm attaching a screenshot from OllyDbg to show its "Search for ... All intermodular calls" option

Using that option gives a new window where one can hold F2 continously and thus rapidly add breakpoints across every call or just calls of single type using the right click menu. (because each F2 press both moves to the next line and adds BP to current line in the window below)

Updated the screenshot to show "(Conditional) Breakpoint on all calls to xyz()"