Bug 367905

Summary: Breakpoint marker disappears from bar in editor after stopping application in debug mode
Product: [Applications] kdevelop Reporter: Piotr Mierzwinski <piotr.mierzwinski>
Component: CPP DebuggerAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal CC: aspotashev, niko.sams, piotr.mierzwinski
Priority: NOR    
Version First Reported In: 5.0.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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