stacktracejs/stacktrace.js

Highlight the line which cause error

unlight opened this issue · 2 comments

I want to draw backtrace with highlight of errorred line, similar to this:

Possible solutions

  1. Expose sourceCache object (wich contains file => mapped source) and let user do the rest of the job.
  2. Implement renderers

Is there a way to achieve that? That would be wonderful.