Ticket #3298 (closed: fixed)
Log and display errors.
Reported by: | Owen Arnold | Owned by: | Michael Reuter |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 30 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Peter Parker |
Description
As part of stabilising and improving our current prototypes, a very useful feature in the simple gui would be a way to catch and view/log exceptions thrown as part of the program execution. We can't do this for the full PV approach, but we can for the simple gui. This would help user/testers report bugs and make them much easier to find and fix.
Change History
comment:4 Changed 9 years ago by Michael Reuter
- Status changed from accepted to verify
- Resolution set to fixed
In [13762]:
comment:5 Changed 9 years ago by Michael Reuter
To test the new feature, copy any file that is not VATES readable and give it an extension of .sqw or .nxs. Then, try and open the file in the VatesSimpleGui. The program will crash due to the corrupt file, but now one will see a dialog with the exception info and Mantid log messages as well.
comment:6 Changed 9 years ago by Peter Parker
- Status changed from verify to verifying
- Tester set to Peter Parker