Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 749 Bytes

README.org

File metadata and controls

20 lines (17 loc) · 749 Bytes

find-trace-paths

find-trace-paths is a minor mode to find paths from stack traces in e.g. VTerm buffers, scroll through them and enter files with file/path:row:column syntax.

./images/stacks.gif

You can currently install it with quelpa:

(use-package find-trace-paths
:quelpa (find-trace-paths :fetcher github :repo "ration/find-trace-paths"))

Keyboard mappings

C-<return> Enter current match

<C-.> Run find-trace-paths again i.e. go to previous match

Customization

find-trace-paths-regex

REGEX to use for matching paths. The path to find must be in regex match group 1.