Skip to content

Start

Launches the target process after setting a breakpoint at a convenient entry point.

break_on_first_instruction = False module-attribute

parser = argparse.ArgumentParser(formatter_class=RawTextHelpFormatter, description='\nStart the debugged program stopping at its entrypoint address.\n\nNote that the entrypoint may not be the first instruction executed\nby the program. If you want to stop on the first executed instruction,\nuse the GDB\'s `starti` command.\n\nArgs may include "*", or "[...]"; they are expanded using the\nshell that will start the program (specified by the "$SHELL" environment\nvariable). Input and output redirection with ">", "<", or ">>"\nare also allowed.\n\nWith no arguments, uses arguments last specified (with "run" or\n"set args"). To cancel previous arguments and run with no arguments,\nuse "set args" without arguments.\n\nTo start the inferior without using a shell, use "set startup-with-shell off".\n') module-attribute

entry(args=[])

on_start()

sstart()

start(args=None)