Duplicate print statements to the console as well
The capture of print statements to the message display is useful, but makes debuging crashes difficult because the message display disappears before anything can be read. The solution is to write the print statements to both places.
Showing
- qt/applications/workbench/workbench/plugins/logmessagedisplay.py 6 additions, 4 deletions...ications/workbench/workbench/plugins/logmessagedisplay.py
- qt/python/mantidqt/utils/test/test_writetosignal.py 2 additions, 1 deletionqt/python/mantidqt/utils/test/test_writetosignal.py
- qt/python/mantidqt/utils/writetosignal.py 6 additions, 0 deletionsqt/python/mantidqt/utils/writetosignal.py
Please register or sign in to comment