Bug 411746 - Editor window / cursor does not follow execution position, no execution position icon
Summary: Editor window / cursor does not follow execution position, no execution posit...
Status: REPORTED
Alias: None
Product: kdevelop
Classification: Applications
Component: CPP Debugger (show other bugs)
Version: 5.3.2
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-09 09:31 UTC by Funkster
Modified: 2019-09-09 09:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.