Bug 367905 - Breakpoint marker disappears from bar in editor after stopping application in debug mode
Summary: Breakpoint marker disappears from bar in editor after stopping application in...
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (other bugs)
Version First Reported In: 5.0.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-27 21:43 UTC by Piotr Mierzwinski
Modified: 2020-08-16 21:36 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Mierzwinski 2016-08-27 21:43:52 UTC
As in title. After click in breakpoint in Breakpoints view is highlighted proper line in editor but on left bar there is no breakpoint marker (icon). Looks like something wasn't redraw.
Uses icons style: Breeze.

Reproducible: Always

Steps to Reproduce:
1. Open at least two documents in KDevelop.
2. In first document set breakpoint (clicking in left bar in editor) and switch to second document
3. Run application in debug mode and make that application will stop on breakpoint (meet some conditions causing that falls into the trap)
4. Stop debugging by clicking button: "Stop all currently running jobs"
5. Open "Breakpoints" view and click into proper breakpoint (referring to previously set)


Actual Results:  
In editor is highlighted correct line with breakpoint, but on left bar is missing breakpoint marker (icon)

Expected Results:  
In editor is highlighted correct line with breakpoint, and on left bar is preset breakpoint marker (icon)

kdevelop 5.0.0.r23419.7314e99  (built 22/08/2016, branch: 5.0)
kdevplatform 5.0.0.r13346.09a1848  (built 22/08/2016, branch: 5.0)
KFrameworks 5.25, Qt-5.7.0
Comment 1 Piotr Mierzwinski 2020-08-16 21:36:54 UTC
Seems to be fixed by Bug 424431