| Summary: | Please implement action "Go to Execution Position" | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Alexander Potashev <aspotashev> |
| Component: | general | Assignee: | kdevelop-bugs-null |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | Keywords: | junior-jobs |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kdevelop/59d823957de8f685d4cf94919bca2738328aa197 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Alexander Potashev
2016-04-05 10:57:22 UTC
Git commit 59d823957de8f685d4cf94919bca2738328aa197 by Amish Naidu. Committed on 15/09/2018 at 10:00. Pushed by anaidu into branch 'master'. Create action to jump to the current execution line in debug mode. Summary: Added new action called "Show Current Line" that will jump to the execution position of the debugging program. This allows setting a shortcut to it, while the previous workaround of clicking on the active frame in the frame stack didn't. Reviewers: #kdevelop, brauch Reviewed By: #kdevelop, brauch Subscribers: kossebau, brauch, kdevelop-devel Tags: #kdevelop Differential Revision: https://phabricator.kde.org/D14618 M +19 -0 kdevplatform/shell/debugcontroller.cpp M +5 -3 kdevplatform/shell/debugcontroller.h M +10 -6 kdevplatform/shell/debugger/kdevdebuggershellui.rc https://commits.kde.org/kdevelop/59d823957de8f685d4cf94919bca2738328aa197 |