in reply to Avoiding INIT

Why not simply set a breakpoint at the line you want to stop at, and then let it run until it gets there?
Did you need this to be automatically done each time you start the debugger with that specific program?