I don't want the debugger to stop at MAIN.
Actually, I would like to have the debugger stop before main.
Specifically, I know there is some startup code that executes before the main() function gets called.
For example the vector contains "b _boot" which then goes and does a few things before it calls main.
I want to start debugging at that _boot function.
How do I do that?