Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 602 Bytes

File metadata and controls

23 lines (18 loc) · 602 Bytes

Tasks

  • Handle running CLI with no log format.
    • TSS: Doesn't this work already? I echo the body of the log message into log2src and it can find the message.
  • Extract a thread id from log when available and associate with source ref.
  • Generate call stack from exceptions.
  • Support multiple source roots from CLI.
  • Serialize state for re-use on subsequent executions

Extension

  • Work with non .log extension (.json, etc).
  • Basic test coverage
  • Support src -> log breakpoints

Languages

  • Python
  • Go
  • JavaScript
  • Typescript