julia icon indicating copy to clipboard operation
julia copied to clipboard

Highlight files in stack frames

Open jakobjpeters opened this issue 3 weeks ago • 0 comments

Often, the important stack frames come from local files or the REPL. This highlights those files so that they are easier to identify visually. This should make it easier to debug errors by drawing the developer's eyes to stack frames from code that they "own".

The implementation is careful to match the file color with the cyclic module color. I'm not yet sure how to implement this for the top-level scope REPL case.

Screenshot from 2025-12-05 23-43-59

jakobjpeters avatar Dec 06 '25 07:12 jakobjpeters