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 |