DebugClients/Python3/DebugBase.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 96
9624a110667d
equal deleted inserted replaced
14:092aa8fafa4e 15:f6ccc31d6e72
465 465
466 def get_break(self, filename, lineno): 466 def get_break(self, filename, lineno):
467 """ 467 """
468 Reimplemented from bdb.py to get the first breakpoint of a particular line. 468 Reimplemented from bdb.py to get the first breakpoint of a particular line.
469 469
470 Because eric4 supports only one breakpoint per line, this overwritten 470 Because eric5 supports only one breakpoint per line, this overwritten
471 method will return this one and only breakpoint. 471 method will return this one and only breakpoint.
472 472
473 @param filename the filename of the bp to retrieve (string) 473 @param filename the filename of the bp to retrieve (string)
474 @param lineno the linenumber of the bp to retrieve (integer) 474 @param lineno the linenumber of the bp to retrieve (integer)
475 @return breakpoint or None, if there is no bp 475 @return breakpoint or None, if there is no bp

eric ide

mercurial