Reset debugger after catched error
Framework for numerical computations, data analysis and visualisation
Brought to you by:
numere
The debugger displays the error message before it is catched by the test procedure flag. But the debugger is not reset, which results in displaying the same error until a new error occurs although no error is present.
The issue is that the member variable sErrorMessage in the NumeReDebugger class is not cleared before a new breakpoint is reached. A possible solution might be to move the corresponding call to sErrorMessage.clear() into NumeReDebugger::resetBP().
sErrorMessage.clear() at the beginning of NumeReDebugger::showBreakPoint()Tested manually. Error messages disappear at the next "real" breakpoint.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r928]
Diff: