Feature request: clicks on exception must open source code in the line with the error (like IDE do)

Issue #156 closed
Олег Агафонов created an issue

I don’t know is it possible or not. But it can be a very useful feature – if your test raise exception error then you can click on it and open line with it (or nearest source). Same as Delphi IDE do with exceptions in debug mode.

Comments (4)

  1. Stefan Glienke repo owner

    This is already possible - but it requires building with a map file and either using JclDebug or madExcept (those are the two builtin options - you are free to write your own) to read the exception callstack and attach that to the reported test result - see GetExtendedDetails in TestInsight.Client.pas.

    Please let me know if that works for you.

  2. Log in to comment