DebugClients/Python/DebugBase.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 57
81326a94fdca
equal deleted inserted replaced
14:092aa8fafa4e 15:f6ccc31d6e72
456 456
457 def get_break(self, filename, lineno): 457 def get_break(self, filename, lineno):
458 """ 458 """
459 Reimplemented from bdb.py to get the first breakpoint of a particular line. 459 Reimplemented from bdb.py to get the first breakpoint of a particular line.
460 460
461 Because eric4 supports only one breakpoint per line, this overwritten 461 Because eric5 supports only one breakpoint per line, this overwritten
462 method will return this one and only breakpoint. 462 method will return this one and only breakpoint.
463 463
464 @param filename the filename of the bp to retrieve (string) 464 @param filename the filename of the bp to retrieve (string)
465 @param ineno the linenumber of the bp to retrieve (integer) 465 @param ineno the linenumber of the bp to retrieve (integer)
466 @return breakpoint or None, if there is no bp 466 @return breakpoint or None, if there is no bp

eric ide

mercurial