"Run selected tests" doesn't stop on break points

Issue #96 resolved
Stephan Plath created an issue

If I have selected/checked some tests and then use "Run selected test" the tests will run but they don't stop at break points.

Delphi 10.1 TestInsight 1.1.5.0

Comments (7)

  1. Stephan Plath reporter

    Now I find that "Run all tests" also ignores breakpoints and so I came to the assumption that this maybe is working as designed? But then it is unexpected or counterintuitive to me, because with "Run test at the position" the breakpoint is working and it is not obvious that there is a behavioral difference. 😕

  2. Stefan Glienke repo owner

    This is indeed as designed. If you want to debug, then you have the option from the IDE to do so. TI asks the IDE which tests are selected when the tests start (it runs all if none are selected).

    The only way that you cannot handle with F9 in the IDE is just executing/debugging the test you have the cursor in, that is why that action is there.

  3. Stefan Glienke repo owner
    • changed status to open

    Reopening because changing the action "Run test at cursor" caption/hint to make clear this action causes debugger to be attached.

  4. Log in to comment