Branch
parser = argparse.ArgumentParser(description='Breaks on a branch if it is not taken.')
module-attribute
¶
BreakOnConditionalBranch
¶
Bases: Breakpoint
A breakpoint that only stops the inferior if a given branch is taken or not taken.