The Wayback Machine - https://web.archive.org/web/20200915031224/https://github.com/cs01/gdbgui/issues/326
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: make backtrace clickable #326

Open
flip111 opened this issue May 3, 2020 · 0 comments
Open

Feature request: make backtrace clickable #326

flip111 opened this issue May 3, 2020 · 0 comments

Comments

@flip111
Copy link

@flip111 flip111 commented May 3, 2020

When having a backtrace like

Screenshot from 2020-05-03 23-19-52

when clicking on SvnRevision::exportInternal in

#6  0x000055c86f1d38a0 in SvnRevision::exportInternal (this=0x7ffcff8a3e40, key=0x55c86f52c758 "/trunk/lang/sk.po", change=0x7f5be7291998, path_from=0x0, rev_from=-1, current=..., rule=..., matchRules=...) at svn.cpp:874

that it opens the source file and jumps to the function https://github.com/svn-all-fast-export/svn2git/blob/572a8ba5526063685a597d1d45eb0434559145a2/src/svn.cpp#L704

And when clicking svn.cpp:874 it goes here https://github.com/svn-all-fast-export/svn2git/blob/572a8ba5526063685a597d1d45eb0434559145a2/src/svn.cpp#L874

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
1 participant
You can’t perform that action at this time.