Bug 411746

Summary: Editor window / cursor does not follow execution position, no execution position icon
Product: [Applications] kdevelop Reporter: Funkster <kdebugs>
Component: CPP DebuggerAssignee: kdevelop-bugs-null
Status: REPORTED ---    
Severity: normal CC: niko.sams
Priority: NOR    
Version: 5.3.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

Description Funkster 2019-09-09 09:31:44 UTC
SUMMARY
When debugging, frame stack is correctly updated but the editor window does not jump to the execution position or show an icon for the current position.

STEPS TO REPRODUCE
1. Compile something for debugging (I have tried MinGW and embedded targets, each using the appropriate GDB to debug, behaviour identical between the two).
2. Set a breakpoint, launch debugger and continue.

OBSERVED RESULT
Breakpoint is hit, frame stack shows the file and line number but editor windows does not switch to this file or scroll to the line if this file is already shown. Clicking on the position in the frame stack DOES bring that line into view. Single-stepping also updates the frame stack but does NOT update the editor.

There is no green arrow icon (and no red breakpoint circles) in the icon border.

EXPECTED RESULT
Editor follows the execution position as it changes. Icons shown in icon border for execution position and breakpoints.

SOFTWARE/OS VERSIONS
Windows: 10
Comment 1 Funkster 2019-09-09 09:32:04 UTC
Checked on 5.4.1, same behaviour.