Summary: | Default tool (debug/gdb) option | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | leon pollak <leonp> |
Component: | UI: all modes | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | niko.sams |
Priority: | NOR | ||
Version: | git master | ||
Target Milestone: | 4.2.3 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.4 | |
Sentry Crash Report: |
Description
leon pollak
2011-07-06 15:34:24 UTC
AFAICS 3.5 had "Start Debugger With": "Framestack" or "GDB Output". You mean this option, right? I would suggest those options: - Application Output - GDB Console - Frame Stack It should not be hard to add this feature. Perfect, IMHO. Exactly what I meant. Git commit 586ee0148a2761fc2fb599b3941608478d2f833c by Niko Sams. Committed on 22/01/2012 at 12:19. Pushed by nsams into branch 'master'. add debugger option to choose which tool view should be opened on debug start This option already existed in KDevelop 3.5 Can't be in 4.3 because of new strings and a bugfix I applied to kdevplatform master only. FIXED-IN: 4.4 M +54 -34 debuggers/gdb/debuggerconfigwidget.ui M +2 -3 debuggers/gdb/debuggerplugin.cpp M +2 -4 debuggers/gdb/debuggerplugin.h M +11 -2 debuggers/gdb/debugjob.cpp M +12 -3 debuggers/gdb/debugsession.cpp M +4 -2 debuggers/gdb/debugsession.h M +8 -0 debuggers/gdb/gdblaunchconfig.cpp M +2 -0 debuggers/gdb/gdboutputwidget.cpp http://commits.kde.org/kdevelop/586ee0148a2761fc2fb599b3941608478d2f833c |