Override Breakpoint at 'main' ?

Is there a way to have this breakpoint only enabled at the start of the debug session?
So, when the code is first loaded, it will stop at main(); but then after subsequent resets I set my own breakpoint.
It doesn't appear in the list of breakpoints, so I can't clear/disable it from there.
