No hyperlinks in explore stack trace and test runner
Recently, Resharper stopped creating hyperlinks in the code for
stacktraces. Both "explore stack trace" and the test runner are
affected. Could this be because our stack traces are now localized to
German? They look something like this:
bei ExceptionSample.Form1..ctor() in
c:\temp\ExceptionSample\Form1.cs:Zeile 16.
bei ExceptionSample.Program.Main() in
c:\temp\ExceptionSample\Program.cs:Zeile 17.
bei System.AppDomain.nExecuteAssembly(Assembly assembly, String[] args)
bei System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence
assemblySecurity, String[] args)
bei Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
bei System.Threading.ThreadHelper.ThreadStart_Context(Object state)
bei System.Threading.ExecutionContext.Run(ExecutionContext
executionContext, ContextCallback callback, Object state)
bei System.Threading.ThreadHelper.ThreadStart()
Regards, Sven
Please sign in to leave a comment.
Hello Sven,
yes, most likely that's the problem. ReSharper looks for the 'at' word in
stack traces,
as we didn't know that it can be localized. Please submit a request to the
tracker.
Regards,
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"