JetBrains / ideolog

Interactive viewer for '.log' files.
MIT License
251 stars 54 forks source link

Better stacktrace filter #174

Closed ArtemKar123 closed 5 months ago

ArtemKar123 commented 6 months ago

Previously, only Laravel format of stacktrace was supported. Thus /file.kt(123) would be valid, while /file.kt:123 not. Since both are common, a new, more general class is implemented. This also makes more use of regex capturing groups.

image