Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
None
-
None
-
None
Description
Currently there is no convenient way to run tests under the debugger, which is sometimes desirable. Consider the following use case:
Use case:
- Run some tests and observe that one fails with "FATAL, Received signal 11"
- Now it would be nice to be able to run the test again under the debugger to study the crash
Suggestion:
- There could be an action in the toolbar of the tests pane that activates/deactivates the "Run under the debugger mode".
- For the particular case mentioned above, a context menu entry "Run again under the debugger" for the "FATAL Recei..." line of the test output would be handy.