<div dir="ltr">I've been trying to get at the file path, line and column information of a break point via the python API but have been struggling.<div><br></div><div>given the following method :<br><br>def do_thing_with_bp_in_file_on_line(file_path, line_no):<br>  ... do something with breakpoints on line_no in file at file_path<br><br>what would be the best way to find the break points that match the file_path and line number so I can act on them?</div><div><br></div><div>I've tried iterating through them and checking the file path and line number of one of a break points SBBreakpointLocation and drilling down the file spec and line entry information to compare with the parameters, but this seems long winded and has a bunch of assumptions baked into it.</div><div><br></div><div>Is there a more canonical way of doing this?</div><div><br></div><div>thanks in advance,</div><div>Tom W</div></div>