Bug 67159

Summary: [PATCH] add "run to cursor" button to debug toolbar
Product: [Applications] kdevelop Reporter: richard
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 3.0.0b1   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: the patch

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