The stacktrace includes the full file path and line number of each entry in the stack trace.
Our issue is that our filepaths all contain a hyphen, and the formatting automatically inserts a line wrap at the hyphen. This makes the stack traces hard to read.
An example:
Code: Select all
Show/Hide Stacktrace
at com.ourcompany.package.SomeClass.SomeFunction()
in c:\vsts-
agent01\ourproject\package\SomeClass.cs line 53 at
Code: Select all
Show/Hide Stacktrace
at com.ourcompany.package.SomeClass.SomeFunction()
in c:\vsts-agent01\ourproject\package\SomeClass.cs line 53 at
We are using Ranorex 6.1