Summary: | Pressing "Continue" should start "Debug", if program is not running | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Ori Avtalion <ori> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | adeo1, damir_porobic, nhaehnle, simonandric5 |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kdevplatform/c6e8f386aeb599112f592b981a3601b2949bfd4b | Version Fixed In: | |
Sentry Crash Report: |
Description
Ori Avtalion
2014-12-27 11:08:19 UTC
Dear Ori, thank you for your report. I agree that this would be useful to have; I've been pondering the usability of Debug & Continue as well. I have much higher priority things to work on right now, so anybody who reads this should feel free to try their hands at creating a patch :) Is this bug fixed? I am new to open source and would like to contribute to this bug. I'm looking into this. Proposed patch https://phabricator.kde.org/D4334 Git commit c6e8f386aeb599112f592b981a3601b2949bfd4b by Albert Astals Cid, on behalf of Damir Porobic. Committed on 26/02/2017 at 23:58. Pushed by aacid into branch 'master'. Pressing "Continue" starts "Debug" if program is not running Changes the kdevdebuggershellui to make the "continue" action visible when the debugger is not running, otherwise the "continue" action would be disabled. Triggering the "continue" action when while no debug is running will have the same effect as triggering "debug" action. The "continue" action for running debugs remains the same as before. Differential Revision: https://phabricator.kde.org/D4334 M +33 -6 shell/debugcontroller.cpp M +1 -0 shell/debugcontroller.h M +5 -3 shell/debugger/kdevdebuggershellui.rc https://commits.kde.org/kdevplatform/c6e8f386aeb599112f592b981a3601b2949bfd4b |