Skip to content

Find paths from error traces and allow to scroll through and click into them

Notifications You must be signed in to change notification settings

ration/find-trace-paths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Find paths from error traces and allow to scroll through and click into them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages