sboulema / StackTraceExplorer

Parse those pesty unreadable long stack traces. Stack Trace Explorer provides syntax highlighting and easy navigation to elements in the stack trace.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigating to anonymous function doesn't work

appel1 opened this issue · comments

For example if a line in the stack trace looks like this:
at MyClass.<>c__DisplayClass4_0.<Create>b__0(String file)

The MyClass link work, but <>c__DisplayClass4_0.b__0(String file) gets split up when it probably should be one link and none of those links work.

Try the new release! 🚀

A lot of work has done on improving the method detection.