https://bugs.kde.org/show_bug.cgi?id=411746
Bug ID: 411746 Summary: Editor window / cursor does not follow execution position, no execution position icon Product: kdevelop Version: 5.3.2 Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: CPP Debugger Assignee: kdevelop-bugs-n...@kde.org Reporter: kdeb...@funkster.org CC: niko.s...@gmail.com Target Milestone: --- 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 -- You are receiving this mail because: You are watching all bug changes.