Summary: | A button to show current executing location in the editor | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Kishore <kitts.mailinglists> |
Component: | CPP Debugger | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bangerth |
Priority: | NOR | ||
Version First Reported In: | 3.4.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kishore
2007-01-30 18:48:35 UTC
there's a green arrow to indicate the current line (unless I'm imagining things) On Tuesday 01 Jul 2008 3:57:32 am Andreas Pakulat wrote:
> ------- Additional Comments From apaku gmx de 2008-07-01 00:27 -------
> there's a green arrow to indicate the current line (unless I'm imagining
> things)
Sorry if i was not clear enough. Indeed there is the arrow in the editor view,
but i request for is a toolbar button that shifts editor view and focus to the
current executing line where the arrow also is.
Take the case where while debugging (stepping) something strikes and you
navigate through several other source files. Sometimes after all this i forget
at which source file and line the execution cursor was at and end up searching
for it. I would have preferred an arrow like icon probably in the toolbar
which when clicked would directly shift the editor view to take me that line.
Of course, only later i discovered the framestack widget which i now use to
the same effect.
aah, ok this is useful. You already have that: click on the "Frame stack" tool in the debug view and select a particular frame. The editor will automatically jump there. See last comment. |