eric6/Debugger/DebugUI.py

branch
jsonfiles
changeset 8010
7ce2b8bb0d9b
parent 8009
29818ac4853c
parent 8008
ae9ab1e150dc
child 8142
43248bafe9b2
child 8143
2c730d5fd177
equal deleted inserted replaced
8009:29818ac4853c 8010:7ce2b8bb0d9b
2536 def setMultiprocessNoDebugHistory(self, noDebugList, clearHistories=False, 2536 def setMultiprocessNoDebugHistory(self, noDebugList, clearHistories=False,
2537 history=None): 2537 history=None):
2538 """ 2538 """
2539 Public slot to initialize the no debug list history. 2539 Public slot to initialize the no debug list history.
2540 2540
2541 @param noDebugList whitespace separated list of progframs not to be 2541 @param noDebugList whitespace separated list of programs not to be
2542 debugged 2542 debugged
2543 @type str 2543 @type str
2544 @param clearHistories flag indicating, that the list should be cleared 2544 @param clearHistories flag indicating, that the list should be cleared
2545 @type bool 2545 @type bool
2546 @param history list of history entries to be set 2546 @param history list of history entries to be set

eric ide

mercurial