Bug 67159 - [PATCH] add "run to cursor" button to debug toolbar
Summary: [PATCH] add "run to cursor" button to debug toolbar
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.0b1
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-04 02:25 UTC by richard
Modified: 2004-05-17 10:37 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
the patch (3.11 KB, patch)
2003-11-04 02:26 UTC, richard
Details

Note You need to log in before you can comment on or make changes to this bug.
Description richard 2003-11-04 02:26:00 UTC
Version:           3.0.0b1 (using KDE 3.1.4)
Installed from:    Gentoo
Compiler:          gcc version 3.3.1 20030904 (Gentoo Linux 3.3.1-r1, propolice)
OS:          Linux (i686) release 2.4.20-gentoo-r8

This patch adds the "Run to cursor" action to the floating debug toolbar (for C++).
Comment 1 richard 2003-11-04 02:26:43 UTC
Created attachment 3007 [details]
the patch
Comment 2 Jens Dagerbo 2004-05-15 16:02:56 UTC
I think what's kept this patch from being applied is that "run to cursor" doesn't work too well so we'd rather avoid advertising it.

Not sure though. John?
Comment 3 John Birch 2004-05-15 22:07:33 UTC
"Run to cursor" should work fine (unless the cursor is in a ctor - which is the general problem with breakpoints in gdb compiled with gcc3 something atm).

Patch looks ok. I'll test and commit.
Comment 4 John Birch 2004-05-17 10:37:00 UTC
commited