How can I automatically start a loaded program in the simulator or debugger and stop at a specified breakpoint?
Define the
postload.cmd
file. For example:
bs &main t
g